You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect the environment variables for each option to expand to what they're set to. For some (--stage, --prefix, --output, --perflogdir, and --report-file) they do expand, but some don't expand (--job-option, --setvar).
If environment variables are set prior to executing reframe:
Given the following mode:
I would expect the environment variables for each option to expand to what they're set to. For some (
--stage
,--prefix
,--output
,--perflogdir
, and--report-file
) they do expand, but some don't expand (--job-option
,--setvar
).If environment variables are set prior to executing
reframe
:Some are obviously set because paths are correct:
But the test is erroring out because
${NODES}
doesn't seem to resolve but is instead being passed as literal text:The text was updated successfully, but these errors were encountered: