aboutsummaryrefslogtreecommitdiffstats
path: root/service/src/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'service/src/test.sh')
-rw-r--r--service/src/test.sh5
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