Random cleanups and type safety. Created ml subdir.
[python_utils.git] / tests / run_all_tests.sh
index ecb36480d94ad163f9cb67158eaf51b94e0216af..13aa2fbb2ab7dbc5cc6b963e3014919f6130999a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
 for test in $(ls *_test.py); do
-    echo "------------------------------ ${test} ------------------------------"
+    echo "------------------------- ${test} -------------------------"
     ${test}
 done