aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Le Molgat <corentinl@google.com>2021-10-27 08:47:32 +0200
committerMizux <mizux.dev@gmail.com>2021-10-28 16:24:54 +0200
commitca84b91d34e626918857d21cf203baddd507df53 (patch)
treee0a28bbfb3dca8296a297675b47c1105a8a419a2
parentf96d5f74d492bd88eda9f8c583f10b3f6d0a3227 (diff)
downloadcpu_features-ca84b91d34e626918857d21cf203baddd507df53.tar.gz
scripts: Fixup for run_integration.sh
-rwxr-xr-xscripts/run_integration.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/run_integration.sh b/scripts/run_integration.sh
index e1487b2..645cb6a 100755
--- a/scripts/run_integration.sh
+++ b/scripts/run_integration.sh
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
-
set -eo pipefail
function extract() {
@@ -55,8 +54,8 @@ function install_qemu() {
# Qemu (meson based build) depends on: pkgconf, libglib2.0, python3, ninja
./configure \
- --prefix=${QEMU_INSTALL} \
- --target-list=${QEMU_TARGET} \
+ --prefix="${QEMU_INSTALL}" \
+ --target-list="${QEMU_TARGET}" \
--audio-drv-list= \
--disable-brlapi \
--disable-curl \