mirror of
https://github.com/mii443/qemu.git
synced 2025-12-17 01:28:52 +00:00
iotests: Fix duplicated diff output on failure
Commit70ff5b07wanted to move the diff between actual and reference output to the end after printing the test result line. It really only copied it, though, so the diff is now displayed twice. Remove the old one. Fixes:70ff5b07fcSigned-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
@@ -876,7 +876,6 @@ do
|
||||
fi
|
||||
else
|
||||
mv $tmp.out $seq.out.bad
|
||||
$diff -w "$reference" "$PWD"/$seq.out.bad
|
||||
status="fail"
|
||||
results="output mismatch (see $seq.out.bad)"
|
||||
printdiff=true
|
||||
|
||||
Reference in New Issue
Block a user