Disable -eu on venv activation
[lttng-ci.git] / scripts / system-tests / run-kvm-tests.sh
index 57f462dfd7f3ae70f8ae512b9c3f91901e8ab807..622cfce371478f86c39d42999b9273153f57ccc4 100644 (file)
@@ -19,7 +19,9 @@ echo 'We can now launch the lava job using those artefacts'
 
 venv=$(mktemp -d)
 virtualenv -p python3 "$venv"
+set +eu
 source "${venv}/bin/activate"
+set -eu
 pip install pyyaml
 
 python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \
@@ -39,5 +41,7 @@ python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava2-submit.py \
                           -lm "$S3_URL_LTTNG_MODULES" \
                           -tc "$LTTNG_TOOLS_COMMIT_ID" \
                           -uc "$LTTNG_UST_COMMIT_ID"
+set +eu
 deactivate
+set -eu
 rm -rf "$venv"
This page took 0.022276 seconds and 4 git commands to generate.