Skip to content
Snippets Groups Projects
Commit 649a2fb0 authored by Moe Jette's avatar Moe Jette
Browse files

Add fix to handle failure mode

parent b639414d
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@ for {set task_id 0} {$task_id < $node_count} {incr task_id} {
if {[wait_for_file $file_out_t_glob] != 0} {
set exit_code 1
} else {
set test_task_id -1
spawn $bin_cat $file_out_t_glob
expect {
-re "($number): *hello" {
......
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