aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/test-suite
diff options
Diffstat (limited to 'validation/test-suite')
-rwxr-xr-xvalidation/test-suite1
1 files changed, 1 insertions, 0 deletions
diff --git a/validation/test-suite b/validation/test-suite
index 42f7bd7d..3c011c6a 100755
--- a/validation/test-suite
+++ b/validation/test-suite
@@ -130,6 +130,7 @@ do_test()
if [ "$?" -ne "0" ]; then
error "actual $stream text does not match expected $stream text."
error "see $file.$stream.* for further investigation."
+ cat "$file".$stream.diff
test_failed=1
fi
done