File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
tests/plugins1/_batch_test/test Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ for NODE in $(seq 1 1 "$PSIJ_TEST_BATCH_EXEC_COUNT"); do
4141done
4242
4343export PSIJ_NODEFILE
44- {{# job.spec.inherit_environment}}{{/job.spec.inherit_environment}}{{^job.spec.inherit_environment}}env --ignore-environment \{{/job.spec.inherit_environment}}{{#env}}
45- export {{name}}=" {{value}}" {{/env}}
4644
47- echo " $? " > " {{psij.script_dir}}/$PSIJ_BATCH_TEST_JOB_ID .ec"
45+ {{# job.spec.inherit_environment}}env \{{/job.spec.inherit_environment}}{{^job.spec.inherit_environment}}env --ignore-environment \{{/job.spec.inherit_environment}}{{#env}}
46+ {{name}}=" {{value}}" \
47+ {{/env}}{{# psij.launch_command}}{{.}} {{/psij.launch_command}}
48+
49+ echo " $? " > " {{psij.script_dir}}/$PSIJ_BATCH_TEST_JOB_ID .ec"
You can’t perform that action at this time.
0 commit comments