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

Make test7.15 script and program text match

parent 8f1d9b57
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ set nnodes [available_nodes $partition] ...@@ -63,7 +63,7 @@ set nnodes [available_nodes $partition]
set timeout $max_job_delay set timeout $max_job_delay
set srun_pid [exp_spawn $srun -N$nnodes -p $partition ./$file_prog] set srun_pid [exp_spawn $srun -N$nnodes -p $partition ./$file_prog]
expect { expect {
-re "Signal (.*) appears to be ignored" { -re "Signal (.*) is ignored!" {
send_user "FAILURE: At least one signal is ignored!\n" send_user "FAILURE: At least one signal is ignored!\n"
set exit_code 1 set exit_code 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