diff --git a/scripts/run_integration_tests.sh b/scripts/run_integration_tests.sh index c916c91a7..64774e28c 100755 --- a/scripts/run_integration_tests.sh +++ b/scripts/run_integration_tests.sh @@ -81,7 +81,7 @@ fi VIRTIOFSD="$WORKLOADS_DIR/virtiofsd" VUBRIDGE="$WORKLOADS_DIR/vubridge" QEMU_DIR="qemu_build" -if [ ! -f "$VIRTIOFSD" || ! -f "$VUBRIDGE" ]; then +if [ ! -f "$VIRTIOFSD" ] || [ ! -f "$VUBRIDGE" ]; then pushd $WORKLOADS_DIR git clone --depth 1 "https://github.com/sboeuf/qemu.git" -b "virtio-fs" $QEMU_DIR pushd $QEMU_DIR