From 64e9b2ad130c0cf28797c3530683fc1cc6b0e9d3 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Wed, 19 May 2021 00:53:18 +0200 Subject: enhanced checker functionality and minor changes / fixes in documentation and src --- service/src/test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'service/src/test.sh') 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 -- cgit v1.2.3-71-gd317