From bd1e9ee754166a9ac4311382bae21cc2ec6bb511 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 18 Jul 2023 18:13:27 -0400 Subject: [PATCH] CI image builder: log commands a bit (cherry picked from commit 1d84989078026acbfd256f294f5359361d2f1b0d) --- 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 1e1f23811c3d..01979556dcfb 100755 --- a/ci/ciimage/build.py +++ b/ci/ciimage/build.py @@ -175,7 +175,7 @@ def do_test(self, tty: bool = False) -> None: 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: