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

Merge branch 'slurm-17.02' into slurm-17.11

parents 1035458a 1379c8f7
No related branches found
No related tags found
No related merge requests found
...@@ -117,6 +117,7 @@ expect { ...@@ -117,6 +117,7 @@ expect {
cancel_job $job_id cancel_job $job_id
if {$exit_code == 0} { if {$exit_code == 0} {
if {$job_found == 1} { if {$job_found == 1} {
exec $bin_rm -f file_in
send_user "\nSUCCESS\n" send_user "\nSUCCESS\n"
} else { } else {
send_user "\nFAILURE: bjobs $job_id does not work\n" send_user "\nFAILURE: bjobs $job_id does not work\n"
......
...@@ -152,6 +152,7 @@ if {$state_match != 1} { ...@@ -152,6 +152,7 @@ if {$state_match != 1} {
} }
if {$exit_code == 0} { if {$exit_code == 0} {
exec $bin_rm -f file_in
send_user "\nSUCCESS\n" send_user "\nSUCCESS\n"
} }
......
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