mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
use unified diff format for test output
This make it easier to understand the differences.
This commit is contained in:
parent
9dec866d2c
commit
900805a8fe
@ -137,7 +137,7 @@ once() {
|
|||||||
|
|
||||||
if test -s $out
|
if test -s $out
|
||||||
then
|
then
|
||||||
$qemu $exe a b c | diff - $out
|
$qemu $exe a b c | diff -u - $out
|
||||||
ret=$?
|
ret=$?
|
||||||
reason="output"
|
reason="output"
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user