From 155e5ee6e3d025c959acc74b7aea343ff411991f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 13 Jun 2008 08:28:33 +0000 Subject: Require unit tests to pass again svn:r15197 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index af50d0414f..b3f2b0dadb 100755 --- a/debian/rules +++ b/debian/rules @@ -94,7 +94,7 @@ build-stamp: config.status src/or/test || true; \ else \ echo "src/or/test"; \ - src/or/test || true; \ + src/or/test; \ fi; \ else \ echo -e "\n\nSkipping unittests\n\n"; \ -- cgit v1.2.3-54-g00ecf