]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-01: remove memdebug
authorHarald Hoyer <harald@redhat.com>
Thu, 16 Aug 2018 07:50:52 +0000 (09:50 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 16 Aug 2018 07:50:52 +0000 (09:50 +0200)
.travis.yml
test/TEST-01-BASIC/test.sh

index d6d3947c75943c0c57dd20c8426451520ca6e247..1f50b6d93db41f91719796cd24e9ef75d79be7e6 100644 (file)
@@ -4,15 +4,13 @@ services:
 - docker
 env:
   matrix:
-  - IMAGE=latest  TESTS=01
-  - IMAGE=latest  TESTS="02 03 04 10 11 12 13 15 17 18"
+  - IMAGE=latest  TESTS="01 02 03 04 10 11 12 13 15 17 18"
   - IMAGE=latest  TESTS=20
   - IMAGE=latest  TESTS="30 31"
   - IMAGE=latest  TESTS=50
   - IMAGE=latest  TESTS=70
   - IMAGE=latest  TESTS=99
-  - IMAGE=rawhide TESTS=01
-  - IMAGE=rawhide TESTS="02 03 04 10 11 12 13 15 17 18"
+  - IMAGE=rawhide TESTS="01 02 03 04 10 11 12 13 15 17 18"
   - IMAGE=rawhide TESTS=20
   - IMAGE=rawhide TESTS="30 31"
   - IMAGE=rawhide TESTS=50
index 137249f4d7b17f8fdd2fb2f1afbe86f08a820df6..455afef6d85f0c4ee7b9a63ec6dd3f883780a870 100755 (executable)
@@ -15,7 +15,7 @@ test_run() {
        -net none \
        -watchdog i6300esb -watchdog-action poweroff \
         -no-reboot \
-       -append "panic=1 root=LABEL=dracut rw systemd.log_level=debug systemd.log_target=console rd.retry=3 rd.debug console=ttyS0,115200n81 rd.shell=0 $DEBUGFAIL rd.memdebug=4" \
+       -append "panic=1 root=LABEL=dracut rw systemd.log_level=debug systemd.log_target=console rd.retry=3 rd.debug console=ttyS0,115200n81 rd.shell=0 $DEBUGFAIL" \
        -initrd $TESTDIR/initramfs.testing || return 1
     grep -F -m 1 -q dracut-root-block-success $TESTDIR/result || return 1
 }