Changeset: c098a2212924 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c098a2212924
Modified Files:
        testing/Mtest.py.in
Branch: mtest
Log Message:

small fix


diffs (20 lines):

diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -1338,13 +1338,14 @@ def RunTest(env, TST, BusyPorts, COND, o
             if exit_code == F_OK:
                 prgreen('.')
             else:
-                prblack('.')
+                STDOUT.write('.')
+            STDOUT.flush()
         else:
             STDOUT.write('\t{}'.format(TST))
             STDOUT.write("\t%7.3fs\t" % TX)
             print_err_code(exit_code)
             if reason:
-                print('\t{}'.format(reason))
+                pbrint('\t{}'.format(reason))
             else:
                 print()
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to