]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-04-FULL-SYSTEMD/test.sh: removed debug comments
authorHarald Hoyer <harald@redhat.com>
Wed, 25 Jun 2014 09:45:42 +0000 (11:45 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 30 Jun 2014 10:03:11 +0000 (12:03 +0200)
test/TEST-04-FULL-SYSTEMD/test.sh

index 3eeb84068df77f50b4242c51b6a731f45f1104f0..ecf024d0d5af225b944f2c37fd54fa77415e3cc7 100755 (executable)
@@ -217,7 +217,7 @@ EOF
         fi
 
     )
-#exit 1
+
     # second, install the files needed to make the root filesystem
     (
        export initdir=$TESTDIR/overlay
@@ -239,10 +239,6 @@ EOF
        -f $TESTDIR/initramfs.makeroot $KVERSION || return 1
 
     # Invoke KVM and/or QEMU to actually create the target filesystem.
-
-#    echo $TESTDIR/overlay
-#    echo $TESTDIR/initramfs.makeroot
-#exit 1
     rm -rf -- $TESTDIR/overlay
 
     $testdir/run-qemu \
@@ -269,8 +265,6 @@ EOF
        -f $TESTDIR/initramfs.testing $KVERSION || return 1
 
     rm -rf -- $TESTDIR/overlay
-
-#      -o "plymouth network md dmraid multipath fips caps crypt btrfs resume dmsquash-live dm"
 }
 
 test_cleanup() {