Quieten tests a bit more.
authorCarl Hetherington <cth@carlh.net>
Mon, 7 Sep 2015 14:00:54 +0000 (15:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2015 09:21:13 +0000 (10:21 +0100)
run/tests

index 49bc63142939caa39b67d4e9c36c8d48e5dc4fff..aa143e0d68f8d9911af76768426667dcd85293dc 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -17,5 +17,6 @@ elif [ "$1" == "--quiet" ]; then
     shift;
     build/test/unit-tests --catch_system_errors=no $*
 else
-    build/test/unit-tests --catch_system_errors=no --log_level=test_suite $*
+#    build/test/unit-tests --catch_system_errors=no --log_level=test_suite $*
+    build/test/unit-tests --catch_system_errors=no $*
 fi