Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lara Ramona Peeters <[email protected]>
  • Loading branch information
casparvl and laraPPr authored Jan 21, 2025
1 parent d8794a1 commit 5fc7332
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ fi
# RFM_CONFIG_FILES _has_ to be set by the site hosting the bot, so that it knows where to find the ReFrame
# config file that matches the bot config. See https://gitlab.com/eessi/support/-/issues/114#note_2293660921
if [ -z "$RFM_CONFIG_FILES" ]; then
err_msg = "Please set RFM_CONFIG_FILES in the environment of this bot instance to point to a valid"
err_msg = "${err_msg} ReFrame configuration file that matches the bot config."
err_msg = "${err_msg} For more information, see https://gitlab.com/eessi/support/-/issues/114#note_2293660921"
err_msg="Please set RFM_CONFIG_FILES in the environment of this bot instance to point to a valid"
err_msg="${err_msg} ReFrame configuration file that matches the bot config."
err_msg="${err_msg} For more information, see https://gitlab.com/eessi/support/-/issues/114#note_2293660921"
fatal_error "${err_msg}"
fi
export RFM_CHECK_SEARCH_PATH=$TESTSUITEPREFIX/eessi/testsuite/tests
Expand Down Expand Up @@ -236,7 +236,7 @@ else
fi
# Allow people deploying the bot to overrwide this
if [ -z "$REFRAME_SCALE_TAG" ]; then
REFRAME_SCALE_TAGS="--tag 1_node"
REFRAME_SCALE_TAG="--tag 1_node"
fi
if [ -z "$REFRAME_CI_TAG" ]; then
REFRAME_CI_TAG="--tag CI"
Expand Down

0 comments on commit 5fc7332

Please sign in to comment.