diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2023-07-18 18:13:27 -0400 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2023-07-18 21:58:58 -0400 |
| commit | 1d84989078026acbfd256f294f5359361d2f1b0d (patch) | |
| tree | 5195810c72d67da3b3ff6b879d6f793270bb0c95 /ci | |
| parent | d048bbfbe7c3d287e9b1e61c39313862caf9fd52 (diff) | |
| download | meson-1d84989078026acbfd256f294f5359361d2f1b0d.tar.gz | |
CI image builder: log commands a bit
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/ciimage/build.py | 2 |
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: |
