We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2433a1f commit 0ebcffeCopy full SHA for 0ebcffe
tests/plugins1/_batch_test/test/test.mustache
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-exec &>> "{{psij.script_dir}}/$PSIJ_BATCH_TEST_JOB_ID.out"
+exec &> "{{psij.script_dir}}/$PSIJ_BATCH_TEST_JOB_ID.out"
4
5
{{#job.spec.directory}}
6
cd "{{.}}"
@@ -30,6 +30,7 @@ for NODE in $(seq 1 1 "$PSIJ_TEST_BATCH_EXEC_COUNT"); do
30
done
31
32
export PSIJ_NODEFILE
33
+
34
{{#job.spec.inherit_environment}}env \{{/job.spec.inherit_environment}}{{^job.spec.inherit_environment}}env --ignore-environment \{{/job.spec.inherit_environment}}{{#env}}
35
{{name}}="{{value}}" \
36
{{/env}}{{#psij.launch_command}}{{.}} {{/psij.launch_command}}
0 commit comments