Skip to content

Commit

Permalink
CI image builder: log commands a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-schwartz authored and xclaesse committed Jul 19, 2023
1 parent d048bbf commit 1d84989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ciimage/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1d84989

Please sign in to comment.