Skip to content
Snippets Groups Projects
Commit ed89854c authored by Morris Jette's avatar Morris Jette
Browse files

Fix srun --export for launch/poe

parent e3f97573
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,15 @@ if {$matches != 1} {
exit 1
}
if {[test_launch_poe]} {
send_user "\nWARNING: Remaining tests incompatible with POE\n"
if {$exit_code == 0} {
exec $bin_rm -f $file_in
send_user "\nSUCCESS\n"
}
exit $exit_code
}
#
# Spawn a job via srun to print environment variables with --export=ALL
#
......@@ -145,7 +154,7 @@ expect {
}
}
if {$matches != 0} {
send_user "\nFAILURE: Environment variables not propagated ($matches != 0)\n"
send_user "\nFAILURE: Environment variables were propagated ($matches != 0)\n"
exit 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment