Commit d44abcc0 authored by Kevin Wolf's avatar Kevin Wolf
Browse files

iotests: Fix "no qualified output" error path



The variable for error messages to be displayed is $results, not
$reason. Fix 'check' to print the "no qualified output" error message
again instead of having a failure without any message telling the user
why it failed.

Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
Reviewed-by: default avatarMax Reitz <mreitz@redhat.com>
parent dbf231d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -887,7 +887,7 @@ do
            if [ ! -f "$reference" ]
            then
                status="fail"
                reason="no qualified output"
                results="no qualified output"
                err=true
            else
                if diff -w "$reference" $tmp.out >/dev/null 2>&1