mirror of https://github.com/xemu-project/xemu.git
iotests: Print full path of bad output if mismatch
So it is easier to copy paste the path. Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
b1149c1a2a
commit
93e53fb695
|
@ -353,7 +353,7 @@ do
|
||||||
else
|
else
|
||||||
echo " - output mismatch (see $seq.out.bad)"
|
echo " - output mismatch (see $seq.out.bad)"
|
||||||
mv $tmp.out $seq.out.bad
|
mv $tmp.out $seq.out.bad
|
||||||
$diff -w "$reference" $seq.out.bad
|
$diff -w "$reference" $(realpath $seq.out.bad)
|
||||||
err=true
|
err=true
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue