Try to get more logs in tests.
authorCarl Hetherington <cth@carlh.net>
Sat, 24 Nov 2018 15:15:59 +0000 (15:15 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 24 Nov 2018 15:15:59 +0000 (15:15 +0000)
run/tests

index 3f465a4334b6c27be2015c90d36e0243769457e6..fc1b840f61e2e460164a2fb365fbd317dd6dc32b 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -22,6 +22,6 @@ elif [ "$1" == "--quiet" ]; then
     build/test/unit-tests --catch_system_errors=no $*
 else
     ulimit -c unlimited
-    build/test/unit-tests --catch_system_errors=no --log_level=test_suite $*
+    build/test/unit-tests --catch_system_errors=no --log_level=all $*
 #    build/test/unit-tests --catch_system_errors=no $*
 fi