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
|
||||
then
|
||||
$qemu $exe a b c | diff - $out
|
||||
$qemu $exe a b c | diff -u - $out
|
||||
ret=$?
|
||||
reason="output"
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user