From 1d84989078026acbfd256f294f5359361d2f1b0d Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 18 Jul 2023 18:13:27 -0400 Subject: CI image builder: log commands a bit --- ci/ciimage/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3