Skip to content
Snippets Groups Projects
Commit a5c46b5d authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Fix test21.21

-t10 made the job's time limit 60 and not 6.
-t1s are already being added by passed in limits.
parent ec112009
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ proc inc21_21_good { test_type limit } { ...@@ -60,7 +60,7 @@ proc inc21_21_good { test_type limit } {
} }
set matches 0 set matches 0
spawn $srun -v -t10 $add [lindex $limit 0][lindex $limit 1] \ spawn $srun -v -t1 $add [lindex $limit 0][lindex $limit 1] \
--account=$ta -I $bin_id --account=$ta -I $bin_id
expect { expect {
-re "launching ($number)" { -re "launching ($number)" {
...@@ -635,7 +635,7 @@ proc inc21_21_grpwall { test_type limit } { ...@@ -635,7 +635,7 @@ proc inc21_21_grpwall { test_type limit } {
set matches 0 set matches 0
send_user "Sleeping for a bit...hang tight\n" send_user "Sleeping for a bit...hang tight\n"
spawn $srun -v -t1 [lindex $limit 0][lindex $limit 1] --account=$ta \ spawn $srun -v [lindex $limit 0][lindex $limit 1] --account=$ta \
-I $file_in -I $file_in
expect { expect {
-re "launching ($number)" { -re "launching ($number)" {
...@@ -672,7 +672,7 @@ proc inc21_21_grpwall { test_type limit } { ...@@ -672,7 +672,7 @@ proc inc21_21_grpwall { test_type limit } {
} }
set matches 0 set matches 0
spawn $srun -v -t1 [lindex $limit 0][lindex $limit 1] --account=$ta \ spawn $srun -v [lindex $limit 0][lindex $limit 1] --account=$ta \
-I $bin_id -I $bin_id
expect { expect {
-re "Job violates accounting/QOS policy" { -re "Job violates accounting/QOS policy" {
......
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