Browse Source

test/TEST-01-BASIC/test.sh: uncomment debug options

master
Harald Hoyer 14 years ago
parent
commit
ef85627e93
  1. 2
      test/TEST-01-BASIC/test.sh

2
test/TEST-01-BASIC/test.sh

@ -4,7 +4,7 @@ TEST_DESCRIPTION="root filesystem on a ext3 filesystem"
KVERSION=${KVERSION-$(uname -r)} KVERSION=${KVERSION-$(uname -r)}


# Uncomment this to debug failures # Uncomment this to debug failures
DEBUGFAIL="rd.shell rd.break" #DEBUGFAIL="rd.shell rd.break"


test_run() { test_run() {
$testdir/run-qemu -hda root.ext3 -m 256M -nographic \ $testdir/run-qemu -hda root.ext3 -m 256M -nographic \

Loading…
Cancel
Save