summaryrefslogtreecommitdiff
path: root/test/unit/no_cxxtest
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2012-12-07 17:31:02 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2012-12-08 09:36:19 -0500
commit984d9e7352ece4e3dd75b4272074cf6a298b5eea (patch)
treeb399613abe33168d6813670b373506ed1048dbf3 /test/unit/no_cxxtest
parent5d0d0b56d1383f1ad4027d8e6dc739c12cacced8 (diff)
Fix bug 476: when CxxTest is not found, make the error less fatal-looking
Diffstat (limited to 'test/unit/no_cxxtest')
-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