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

Minor timing change to test script

parent b798c78e
No related branches found
No related tags found
No related merge requests found
...@@ -238,8 +238,9 @@ if {[wait_for_job $job_id2 DONE] != 0} { ...@@ -238,8 +238,9 @@ if {[wait_for_job $job_id2 DONE] != 0} {
} }
if {$not_supported == 0} { if {$not_supported == 0} {
wait_for_file $file_out1 wait_for_file $file_out1
check_output $file_out1
wait_for_file $file_out2 wait_for_file $file_out2
check_output $file_out1
check_output $file_out2 check_output $file_out2
} }
......
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