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

Correct core specialization test logic

parent 06fbdd75
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,7 @@ make_bash_script $spec_in "sleep 5" ...@@ -202,7 +202,7 @@ make_bash_script $spec_in "sleep 5"
set job_id 0 set job_id 0
spawn $sbatch --exclusive -t1 -N2 -o$file_out $file_in spawn $sbatch --exclusive -t1 -N2 -o$file_out $file_in
expect { expect {
-re "Node count specification invalid" { -re "Batch job submission failed" {
send_user "\nWARNING: can't test srun task distribution\n" send_user "\nWARNING: can't test srun task distribution\n"
exit $exit_code exit $exit_code
} }
......
...@@ -203,7 +203,7 @@ make_bash_script $spec_in "sleep 5" ...@@ -203,7 +203,7 @@ make_bash_script $spec_in "sleep 5"
set job_id 0 set job_id 0
spawn $sbatch --exclusive -t1 -N2 -o$file_out $file_in spawn $sbatch --exclusive -t1 -N2 -o$file_out $file_in
expect { expect {
-re "Node count specification invalid" { -re "Batch job submission failed" {
send_user "\nWARNING: can't test srun task distribution\n" send_user "\nWARNING: can't test srun task distribution\n"
exit $exit_code exit $exit_code
} }
......
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