summaryrefslogtreecommitdiff
path: root/tests/join/build-script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/join/build-script')
-rwxr-xr-xtests/join/build-script4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/join/build-script b/tests/join/build-script
index 146a1c379..f31a27112 100755
--- a/tests/join/build-script
+++ b/tests/join/build-script
@@ -74,6 +74,8 @@ EOF
}
print <<EOF2 ;
if test \$errors -gt 0 ; then
- echo Failed \$errors tests. 1>&2
+ echo "Failed \$errors tests." 1>&2
+else
+ echo 'Passed all tests.' 1>&2
fi
EOF2