dtrace tests: Diff expected and actual output upon a miscompare

This makes quick diagnosis of test failures easier.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2024-01-10 16:38:30 -05:00
parent ba10366037
commit a61d2c7fbd

View file

@ -119,6 +119,10 @@ test stdout:
--
$(cat $STDOUT)
--
test stdout diff:
--
$(diff -u $EXOUT $STDOUT)
--
__EOF__
fi
if [ $(stat -f '%z' $STDERR) -gt 0 ]; then