summaryrefslogtreecommitdiff
path: root/ci/ciimage/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'ci/ciimage/build.py')
-rwxr-xr-xci/ciimage/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ciimage/build.py b/ci/ciimage/build.py
index 1e1f23811..01979556d 100755
--- a/ci/ciimage/build.py
+++ b/ci/ciimage/build.py
@@ -175,7 +175,7 @@ class ImageTester(BuilderBase):
else:
test_cmd = [
self.docker, 'run', '--rm', '-t', 'meson_test_image',
- '/bin/bash', '-c', 'source /ci/env_vars.sh; cd meson; ./run_tests.py $CI_ARGS'
+ '/bin/bash', '-xc', 'source /ci/env_vars.sh; cd meson; ./run_tests.py $CI_ARGS'
]
if subprocess.run(test_cmd).returncode != 0 and not tty: