Skip to content

Commit cf3af01

Browse files
authored
remove the quotes from module load command
1 parent d496c16 commit cf3af01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CI/run_reframe.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ if [ "$SET_LOCAL_MODULE_ENV" == "True" ]; then
146146
echo "You have to add the name of the module in the ci_config.sh file of your system"
147147
exit 1
148148
fi
149-
read -r -a modules_array <<< "${LOCAL_MODULES}"
150-
module load "${modules_array[@]}"
149+
module load ${LOCAL_MODULES}
151150
fi
152151

153152
# Start the EESSI environment

0 commit comments

Comments
 (0)