From 31768c65cbb5f8dd0c199753af5a3a75a6ec2d03 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@llnl.gov> Date: Fri, 25 Mar 2011 19:09:01 +0000 Subject: [PATCH] fix for handling Q systems as well. --- testsuite/expect/test8.6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/expect/test8.6 b/testsuite/expect/test8.6 index 82279d9ad7d..c50c586518e 100755 --- a/testsuite/expect/test8.6 +++ b/testsuite/expect/test8.6 @@ -296,7 +296,7 @@ make_bash_script $file_in "$bin_sleep $sleep_time" set timeout [expr $max_job_delay + $sleep_time] -if {![string compare $type "P"]} { +if {![string compare $type "P"] || ![string compare $type "Q"]} { set started [run_bgp_test] } elseif {![string compare $type "L"]} { set started [run_bgl_test] -- GitLab