Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed May 26, 2020
1 parent 989e0c7 commit 1737302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _test_cori(job_id):
# don't want to test too specifically here, since it may change
assert 'shifter' in cmd
assert '--image username/potato' in cmd
assert '-v a:b' in cmd
assert '-V a:b' in cmd
assert 'srun -u -n 2' in cmd
assert '--env OMP_NUM_THREADS=4' in cmd
assert '--nodes 3' in cmd
Expand Down

0 comments on commit 1737302

Please sign in to comment.