summaryrefslogtreecommitdiff
path: root/progs/quicktest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'progs/quicktest.sh')
-rwxr-xr-xprogs/quicktest.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/progs/quicktest.sh b/progs/quicktest.sh
index 1c21bb4..6aa2598 100755
--- a/progs/quicktest.sh
+++ b/progs/quicktest.sh
@@ -255,6 +255,8 @@ if [ -f ../go/compare-cap ]; then
fi
echo "PASSED"
else
- echo "no Go support compiled"
+ echo "no Go support compiled, so skipping Go tests"
fi
rm -f compare-cap
+
+echo "ALL TESTS PASSED!"