summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-16 20:23:35 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-16 20:23:35 -0400
commit4d55c9a2bab3bd2a63f64137dde752510b30af5a (patch)
tree909225eed82531a728c9222bec1f7b3b07cbd3cb
parent6fc3d798272213ffbfaa526af748ffd0c94f5e62 (diff)
make more integration tests pass
-rwxr-xr-xruntests4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtests b/runtests
index 7dd6e74..661fc6a 100755
--- a/runtests
+++ b/runtests
@@ -160,9 +160,9 @@ ${WORKDIR}/build-$(COMMIT)/build.log: %/build.log: %/build.raw
mount --bind /var/lib/archbuild/default/testuser/build /build
export BUILD_DIR=/build/systemd/src/build
export KERNEL_BIN=/boot/vmlinuz-linux-libre
- export INITRD=/boot/initramfs-linux-libre.img
+ export INITRD=/boot/initramfs-linux-libre-fallback.img
cd /build/systemd/src/systemd
- ./test/run-integration-tests.sh
+ ./test/run-integration-tests.sh </dev/null
EOF
mv -T -- '$@.tmp' '$@'
touch -- '$@'