From: Laszlo Gombos Date: Thu, 8 Dec 2022 04:21:32 +0000 (+0000) Subject: test: disable debug logging by default X-Git-Tag: 058~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b92eeba83a1ea8cfddd9748061132da7e888047;p=thirdparty%2Fdracut.git test: disable debug logging by default This makes the the tests more consistent, run faster by default and less likely to timeout on the CI. --- diff --git a/test/TEST-20-NFS/test.sh b/test/TEST-20-NFS/test.sh index 574ed3db3..c637b5788 100755 --- a/test/TEST-20-NFS/test.sh +++ b/test/TEST-20-NFS/test.sh @@ -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" diff --git a/test/TEST-30-ISCSI/test.sh b/test/TEST-30-ISCSI/test.sh index 1892ac574..83368e2c1 100755 --- a/test/TEST-30-ISCSI/test.sh +++ b/test/TEST-30-ISCSI/test.sh @@ -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" diff --git a/test/TEST-35-ISCSI-MULTI/test.sh b/test/TEST-35-ISCSI-MULTI/test.sh index 48f9c0459..20247d981 100755 --- a/test/TEST-35-ISCSI-MULTI/test.sh +++ b/test/TEST-35-ISCSI-MULTI/test.sh @@ -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"