Skip to content

Commit

Permalink
fix ci builds: remove unneeded interactive terminal flag for test uti…
Browse files Browse the repository at this point in the history
…l run command
  • Loading branch information
Anton Jahn committed Nov 7, 2024
1 parent fe968ed commit 030bb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def run_command(command, check=True, no_error=True):
runner = os.environ['RUNNER']

result = subprocess.run(
f'{runner} exec -it ebcl_dev_container bash -c "source ~/.bashrc; {command}"',
f'{runner} exec ebcl_dev_container bash -c "source ~/.bashrc; {command}"',
shell=True,
capture_output=True,
check=False
Expand Down

0 comments on commit 030bb64

Please sign in to comment.