From ef85627e9366c13557531745b2f2ecde2a102738 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 8 Apr 2011 12:46:02 +0200 Subject: [PATCH] test/TEST-01-BASIC/test.sh: uncomment debug options --- test/TEST-01-BASIC/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh index 30557710..b8295a6b 100755 --- a/test/TEST-01-BASIC/test.sh +++ b/test/TEST-01-BASIC/test.sh @@ -4,7 +4,7 @@ TEST_DESCRIPTION="root filesystem on a ext3 filesystem" KVERSION=${KVERSION-$(uname -r)} # Uncomment this to debug failures -DEBUGFAIL="rd.shell rd.break" +#DEBUGFAIL="rd.shell rd.break" test_run() { $testdir/run-qemu -hda root.ext3 -m 256M -nographic \