diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-05-19 00:53:18 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-05-19 00:53:18 +0200 |
| commit | 64e9b2ad130c0cf28797c3530683fc1cc6b0e9d3 (patch) | |
| tree | 764a267e5d7e07fcbf84aea4de93f4a5ca8d7d5e /service/src/test.sh | |
| parent | 452885a387b3a1613defa378cee79eb97e7b4fc8 (diff) | |
| download | enowars5-service-stldoctor-64e9b2ad130c0cf28797c3530683fc1cc6b0e9d3.tar.gz enowars5-service-stldoctor-64e9b2ad130c0cf28797c3530683fc1cc6b0e9d3.zip | |
enhanced checker functionality and minor changes / fixes in documentation and src
Diffstat (limited to 'service/src/test.sh')
| -rw-r--r-- | service/src/test.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/service/src/test.sh b/service/src/test.sh index 5af9a16..69e3ea1 100644 --- a/service/src/test.sh +++ b/service/src/test.sh @@ -46,17 +46,20 @@ if [ "$1" == "stl" ]; then announce "Testing ASCII STL Parsing" ( + echo "echo" echo "submit" cat tests/sample-ascii.stl | wc -c cat tests/sample-ascii.stl + echo "ASCII-testname" ) | checkleaks announce "Testing BIN STL Parsing" ( + echo "echo" echo "submit" cat tests/sample-binary.stl | wc -c cat tests/sample-binary.stl - echo "testname" + echo "BIN-testname" ) | checkleaks elif [ "$1" == "poc" ]; then |
