diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-05-09 12:37:16 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-05-09 12:37:16 +0200 |
| commit | 3b660c467f938df6898229e378074cfa5662ce9f (patch) | |
| tree | 32d8bed7139267c951f6aabd8238fce496150531 /service/src/test.sh | |
| parent | a0d6bf48a185026589288fd9aa94506b321301d8 (diff) | |
| download | enowars5-service-stldoctor-3b660c467f938df6898229e378074cfa5662ce9f.tar.gz enowars5-service-stldoctor-3b660c467f938df6898229e378074cfa5662ce9f.zip | |
save hash statically, added file info output, improved error strings and minor fixes
Diffstat (limited to 'service/src/test.sh')
| -rw-r--r-- | service/src/test.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/service/src/test.sh b/service/src/test.sh index 6d58ad6..4627d81 100644 --- a/service/src/test.sh +++ b/service/src/test.sh @@ -26,7 +26,6 @@ checkleaks() { announce "Trying ASCII STL" ( - echo "help" echo "submit" cat tests/sample-ascii.stl | wc -c cat tests/sample-ascii.stl @@ -34,7 +33,6 @@ announce "Trying ASCII STL" announce "Trying BIN STL" ( - echo "help" echo "submit" cat tests/sample-binary.stl | wc -c cat tests/sample-binary.stl |
