Skip to content

Commit

Permalink
See if the empty environment variable REFRAME_ADDITIONAL_ARGS might b…
Browse files Browse the repository at this point in the history
…e the issue
  • Loading branch information
laraPPr authored Jan 21, 2025
1 parent d3fe02c commit 3be5a8c
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 @@ -265,7 +265,7 @@ fi
if [ -z "$REFRAME_ADDITIONAL_ARGS" ]; then
REFRAME_ADDITIONAL_ARGS=""
fi
export REFRAME_ARGS="${REFRAME_CI_TAG} ${REFRAME_SCALE_TAG} ${REFRAME_ADDITIONAL_ARGS} --nocolor"
export REFRAME_ARGS="${REFRAME_CI_TAG} ${REFRAME_SCALE_TAG} --nocolor ${REFRAME_NAME_ARGS}"

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

0 comments on commit 3be5a8c

Please sign in to comment.