Skip to content

Commit

Permalink
Minor correction for dockerized workflow
Browse files Browse the repository at this point in the history
Signed-off-by: noopur <[email protected]>
  • Loading branch information
noopurintel committed Dec 19, 2024
1 parent 1a39d3c commit b712442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end_to_end/utils/federation_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ def run_command(
docker_command = f"docker exec -i {container_id} sh -c "

if run_in_background and bg_file:
docker_command += f"'{command} > {bg_file} &'"
docker_command += f"'{command} > {bg_file}' &"
else:
docker_command += f"'{command}'"

Expand Down

0 comments on commit b712442

Please sign in to comment.