Skip to content

Commit

Permalink
Quick change to see if test pass when the right amount of resources a…
Browse files Browse the repository at this point in the history
…re set by ReFrame
  • Loading branch information
laraPPr authored Dec 17, 2024
1 parent 352d455 commit d461d8a
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 @@ -217,7 +217,7 @@ else
fatal_error "Failed to extract names of tests to run: ${REFRAME_NAME_ARGS}"
exit ${test_selection_exit_code}
fi
export REFRAME_ARGS="--tag CI --tag 1_node --nocolor ${REFRAME_NAME_ARGS}"
export REFRAME_ARGS="--tag CI --tag 1_4_node --nocolor ${REFRAME_NAME_ARGS}"

# List the tests we want to run
echo "Listing tests: reframe ${REFRAME_ARGS} --list"
Expand Down

0 comments on commit d461d8a

Please sign in to comment.