Skip to content

Commit

Permalink
fix unix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keurfonluu committed Jan 9, 2024
1 parent 4e796ab commit 9be5c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ def test_run_windows(exec, workers, docker, wsl, cmd):
"tough-exec",
None,
"docker-image",
"docker run --rm PLACEHOLDER -v ${PWD}:/shared -w /shared docker-image tough-exec INFILE INFILE.out",
"docker run --name CONTAINER --rm --volume ${PWD}:/shared --workdir /shared docker-image tough-exec INFILE INFILE.out",
),
(
"tough-exec",
8,
"docker-image",
"docker run --rm PLACEHOLDER -v ${PWD}:/shared -w /shared docker-image mpiexec -n 8 tough-exec INFILE INFILE.out",
"docker run --name CONTAINER --rm --volume ${PWD}:/shared --workdir /shared docker-image mpiexec -n 8 tough-exec INFILE INFILE.out",
),
],
)
Expand Down

0 comments on commit 9be5c8a

Please sign in to comment.