Skip to content

Commit

Permalink
Apparently, we need to remove curly braces too
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Feb 6, 2024
1 parent 7861aec commit a7b5ee1
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 @@ -175,7 +175,7 @@ fi

# List the tests we want to run
export REFRAME_ARGS='--tag CI --tag 1_nodes'
reframe ${REFRAME_ARGS} --list
reframe $REFRAME_ARGS --list
if [[ $? -eq 0 ]]; then
echo_green "Succesfully listed ReFrame tests with command: reframe ${REFRAME_ARGS} --list"
else
Expand Down

0 comments on commit a7b5ee1

Please sign in to comment.