summaryrefslogtreecommitdiff
path: root/tests/run_all_tests.sh
diff options
context:
space:
mode:
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