summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-04 21:25:33 +0200
committerCarl Hetherington <cth@carlh.net>2022-09-05 23:52:03 +0200
commit8afad10c394462c66f68ac00698da38c5b0b8721 (patch)
treee8f243ff0d8d8be1fde875bb8561fa6bb596a013 /run
parent00d0a99cfd1616e80efd86ec0531e5ca86a455e8 (diff)
Only use --log_level=test_suite when running from cscript.
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests3
1 files changed, 1 insertions, 2 deletions
diff --git a/run/tests b/run/tests
index 1dfd64f4a..301a5df71 100755
--- a/run/tests
+++ b/run/tests
@@ -51,6 +51,5 @@ elif [ "$1" == "--helgrind" ]; then
valgrind --tool="helgrind" build/test/unit-tests $*
else
ulimit -c unlimited
- build/test/unit-tests --catch_system_errors=no --log_level=test_suite $*
-# build/test/unit-tests --catch_system_errors=no $*
+ build/test/unit-tests --catch_system_errors=no $*
fi