summaryrefslogtreecommitdiff
path: root/tests/run_all_tests.sh
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2021-07-11 10:16:07 -0700
committerScott Gasch <[email protected]>2021-07-11 10:16:07 -0700
commita838c154135b2420d9047a101caf24a2c9f593c2 (patch)
treefbb0f6a0e66b4826352003d67f6e20bbcda0dda4 /tests/run_all_tests.sh
parent7d7a3ce0abb26766e82c6dfed8a196baa63b736a (diff)
Random cleanups and type safety. Created ml subdir.
Diffstat (limited to 'tests/run_all_tests.sh')
-rwxr-xr-xtests/run_all_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_all_tests.sh b/tests/run_all_tests.sh
index ecb3648..13aa2fb 100755
--- a/tests/run_all_tests.sh
+++ b/tests/run_all_tests.sh
@@ -1,6 +1,6 @@
#!/bin/bash
for test in $(ls *_test.py); do
- echo "------------------------------ ${test} ------------------------------"
+ echo "------------------------- ${test} -------------------------"
${test}
done