Skip to content
Snippets Groups Projects
Commit 473df3f0 authored by Scott Jackson's avatar Scott Jackson Committed by Albert Gil
Browse files

Testsuite - Fix temporary debug in test19.4

Fixes a bug/regression on the temporary debug code added on 71fbb7ea.

Bug 9665
parent 660c6e0d
No related branches found
No related tags found
No related merge requests found
...@@ -55,9 +55,9 @@ proc cleanup {} { ...@@ -55,9 +55,9 @@ proc cleanup {} {
global trigger_get_failed global trigger_get_failed
if {$trigger_get_failed} { if {$trigger_get_failed} {
if [ if [
wait_for -timeout 5 -poll .1 { wait_for -timeout 5 -poll .1 {[
regexp "$file_in" [run_command_output "$strigger --get -v --reconfig --user=$uid"] regexp "$file_in" [run_command_output "$strigger --get -v --reconfig --user=$uid"]
} {} ]} {}
] { ] {
log_warn "Trigger get failed and never recovered" log_warn "Trigger get failed and never recovered"
} else { } else {
......
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