diff options
Diffstat (limited to 'tests/run_all_tests.sh')
| -rwxr-xr-x | tests/run_all_tests.sh | 2 |
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 |
