X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=run%2Ftests;h=7a757e9d0e0fdd0bfdb6822d05c2264b398b3d4e;hp=fc1b840f61e2e460164a2fb365fbd317dd6dc32b;hb=45fa2b3c94069c3449b9210b750c2b0391fa9244;hpb=a3c37f59a7a80e0b868cc8a5bd42a2d34396ce00 diff --git a/run/tests b/run/tests index fc1b840f6..7a757e9d0 100755 --- 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=all $* + build/test/unit-tests --catch_system_errors=no $* # build/test/unit-tests --catch_system_errors=no $* fi