Skip to content
Snippets Groups Projects
Commit 31768c65 authored by Danny Auble's avatar Danny Auble
Browse files

fix for handling Q systems as well.

parent 07ca2401
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
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