提交 93e53fb6 编写于 作者: F Fam Zheng 提交者: Kevin Wolf

iotests: Print full path of bad output if mismatch

So it is easier to copy paste the path.
Signed-off-by: NFam Zheng <famz@redhat.com>
Signed-off-by: NKevin Wolf <kwolf@redhat.com>
上级 b1149c1a
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册