File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,11 +139,11 @@ if [ -z "$RFM_CONFIG_FILES" ]; then
139
139
if [ -z " ${shared_fs_path} " ]; then
140
140
fatal_error " Environment variable 'shared_fs_path' was expected, but was not set"
141
141
fi
142
- # Try to find a config file at $SHARED_FS_PATH /reframe_config.py
143
- export RFM_CONFIG_FILES=" ${SHARED_FS_PATH } /reframe_config.py"
142
+ # Try to find a config file at $shared_fs_path /reframe_config.py
143
+ export RFM_CONFIG_FILES=" ${shared_fs_path } /reframe_config.py"
144
144
if [ ! -f " ${RFM_CONFIG_FILES} " ]; then
145
145
# If we haven't found the ReFrame config, print an informative error
146
- err_msg=" Please put a ReFrame configuration file in ${SHARED_FS_PATH } /reframe_config.py"
146
+ err_msg=" Please put a ReFrame configuration file in ${shared_fs_path } /reframe_config.py"
147
147
err_msg=" ${err_msg} or set RFM_CONFIG_FILES in the environment of this bot instance to point to a valid"
148
148
err_msg=" ${err_msg} ReFrame configuration file that matches the bot config."
149
149
err_msg=" ${err_msg} For more information, see https://gitlab.com/eessi/support/-/issues/114#note_2293660921"
You can’t perform that action at this time.
0 commit comments