Skip to content

Commit

Permalink
Appease the hound
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoldeman committed Oct 4, 2024
1 parent 4296b8b commit aaa5b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/framework/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,8 @@ def check_args(job_args, passed_args=None, try_opts='', tweaked_eb_file='gzip-1.
check_args(['--debug'])
check_args(['--debug', '--stop=configure', '--try-software-name=foo'],
passed_args=['--debug', "--stop='configure'"],
try_opts = " --try-software-name='foo'",
tweaked_eb_file = "foo-1.4.eb")
try_opts=" --try-software-name='foo'",
tweaked_eb_file="foo-1.4.eb")
check_args(['--debug', '--robot-paths=/tmp/foo:/tmp/bar'],
passed_args=['--debug', "--robot-paths='/tmp/foo:/tmp/bar'"])
# --robot has preference over --robot-paths, --robot is not passed down
Expand Down

0 comments on commit aaa5b68

Please sign in to comment.