From 415bae891238b9bc4026824183eb4c6fed869c2f Mon Sep 17 00:00:00 2001 From: philsmd Date: Sat, 30 Jul 2022 11:16:36 +0200 Subject: [PATCH] tests: disable logfile for test runs --- tools/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test.sh b/tools/test.sh index 177e5a361..1fd7d3998 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -5,7 +5,7 @@ ## License.....: MIT ## -OPTS="--quiet --potfile-disable --hwmon-disable" +OPTS="--quiet --potfile-disable --hwmon-disable --logfile-disable" FORCE=0 RUNTIME=400