Skip to content

Commit

Permalink
Fix the actual issue: make sure that two arguments are interpreted se…
Browse files Browse the repository at this point in the history
…perately by not quoting them
  • Loading branch information
Caspar van Leeuwen committed Feb 6, 2024
1 parent f50e463 commit f67df9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ else
fi

# Run all tests
reframe "${REFRAME_ARGS}" --run
reframe ${REFRAME_ARGS} --run
if [[ $? -eq 0 ]]; then
echo_green "ReFrame runtime ran succesfully with command: reframe ${REFRAME_ARGS} --run."
else
Expand Down

0 comments on commit f67df9b

Please sign in to comment.