commit 900805a8fe5cfa799966c4ef221524e967c44ca5
parent 9dec866d2cdfcd076b91b7216e74646a004efb43
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 26 Oct 2021 12:26:28 -0700
use unified diff format for test output
This make it easier to understand the differences.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/test.sh b/tools/test.sh
@@ -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