summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rwxr-xr-xtest/unit/no_cxxtest6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit/no_cxxtest b/test/unit/no_cxxtest
index cf8b8d729..57e5064d9 100755
--- a/test/unit/no_cxxtest
+++ b/test/unit/no_cxxtest
@@ -3,10 +3,10 @@
echo
echo '***************************************************************************'
echo '* *'
-echo '* ERROR: CxxTest was not found at configure-time; tests cannot be run. *'
+echo '* WARNING: CxxTest not found at configure time; tests cannot be run. *'
echo '* *'
echo '***************************************************************************'
echo
-exit 1
-
+# skip this test, rather than reporting an error
+exit 77
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback