Commit 93e53fb6 authored by Fam Zheng's avatar Fam Zheng Committed by Kevin Wolf
Browse files

iotests: Print full path of bad output if mismatch



So it is easier to copy paste the path.

Signed-off-by: default avatarFam Zheng <famz@redhat.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent b1149c1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -353,7 +353,7 @@ do
                else
                    echo " - output mismatch (see $seq.out.bad)"
                    mv $tmp.out $seq.out.bad
                    $diff -w "$reference" $seq.out.bad
                    $diff -w "$reference" $(realpath $seq.out.bad)
                    err=true
                fi
            fi