]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
test: disable debug logging by default
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Thu, 8 Dec 2022 04:21:32 +0000 (04:21 +0000)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Wed, 21 Dec 2022 12:39:45 +0000 (12:39 +0000)
This makes the the tests more consistent, run faster by default
and less likely to timeout on the CI.

test/TEST-20-NFS/test.sh
test/TEST-30-ISCSI/test.sh
test/TEST-35-ISCSI-MULTI/test.sh

index 574ed3db3f18424ac6fe4e4e673766b16fe7641d..c637b5788be0067231df0d5b6bdae2d00132d846 100755 (executable)
@@ -8,8 +8,6 @@ TEST_DESCRIPTION="root filesystem on NFS with $USE_NETWORK"
 KVERSION=${KVERSION-$(uname -r)}
 
 # Uncomment this to debug failures
-DEBUGFAIL="rd.debug loglevel=7"
-#DEBUGFAIL="rd.shell rd.break rd.debug loglevel=7 "
 #DEBUGFAIL="rd.debug loglevel=7 rd.break=initqueue rd.shell"
 SERVER_DEBUG="rd.debug loglevel=7"
 #SERIAL="unix:/tmp/server.sock"
index 1892ac574b0f1ebf7b4f2a254ed351a6fb72c1b2..83368e2c1b80f524063538fb5f989b40ffd5766e 100755 (executable)
@@ -7,9 +7,7 @@ TEST_DESCRIPTION="root filesystem over iSCSI with $USE_NETWORK"
 
 KVERSION=${KVERSION-$(uname -r)}
 
-DEBUGFAIL="loglevel=1"
 #DEBUGFAIL="rd.shell rd.break rd.debug loglevel=7 "
-DEBUGFAIL="rd.debug loglevel=7 "
 #SERVER_DEBUG="rd.debug loglevel=7"
 #SERIAL="tcp:127.0.0.1:9999"
 
index 48f9c04598697733ef6321e091659a7eb7911d0c..20247d9810dadd3b6f84f2ef0ecb50867dd55f8f 100755 (executable)
@@ -7,9 +7,7 @@ TEST_DESCRIPTION="root filesystem over multiple iSCSI with $USE_NETWORK"
 
 KVERSION=${KVERSION-$(uname -r)}
 
-#DEBUGFAIL="loglevel=1"
 #DEBUGFAIL="rd.shell rd.break rd.debug loglevel=7 "
-DEBUGFAIL="rd.debug loglevel=7 "
 #SERVER_DEBUG="rd.debug loglevel=7"
 #SERIAL="tcp:127.0.0.1:9999"