Lava: Use Python3 for lava job submission
[lttng-ci.git] / scripts / lttng-baremetal-tests / run-kvm-tests.sh
index 8b52fe18a91f20a8e5c8a290565f1dd1450fc64f..217c92d94b9027f67bb1839bd7f7810964352f72 100644 (file)
@@ -18,7 +18,7 @@ echo 'At this point, we built the modules and kernel if we needed to.'
 echo 'We can now launch the lava job using those artefacts'
 git clone https://github.com/lttng/lttng-ci
 
-python lttng-ci/scripts/lttng-baremetal-tests/lava-submit.py \
+python3 -u lttng-ci/scripts/lttng-baremetal-tests/lava-submit.py \
                           -t kvm-tests \
                           -j "$JOB_NAME" \
                           -k "$STORAGE_KERNEL_IMAGE" \
This page took 0.024608 seconds and 4 git commands to generate.