[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r15197: Require unit tests to pass again (tor/branches/tor-0_2_0-patches/debian)
Author: weasel
Date: 2008-06-13 04:28:33 -0400 (Fri, 13 Jun 2008)
New Revision: 15197
Modified:
tor/branches/tor-0_2_0-patches/debian/changelog
tor/branches/tor-0_2_0-patches/debian/rules
Log:
Require unit tests to pass again
Modified: tor/branches/tor-0_2_0-patches/debian/changelog
===================================================================
--- tor/branches/tor-0_2_0-patches/debian/changelog 2008-06-13 07:09:51 UTC (rev 15196)
+++ tor/branches/tor-0_2_0-patches/debian/changelog 2008-06-13 08:28:33 UTC (rev 15197)
@@ -5,8 +5,9 @@
when run as root and it all just works.
* Add comments to the dpatch headers so lintian shuts up.
* Add patches/14_fix_geoip_warning: Change geoipdb open failed message.
+ * Require unit tests to pass again.
- -- Peter Palfrader <weasel@xxxxxxxxxx> Wed, 11 Jun 2008 12:55:49 +0200
+ -- Peter Palfrader <weasel@xxxxxxxxxx> Fri, 13 Jun 2008 10:27:44 +0200
tor (0.2.0.27-rc-1) experimental; urgency=low
Modified: tor/branches/tor-0_2_0-patches/debian/rules
===================================================================
--- tor/branches/tor-0_2_0-patches/debian/rules 2008-06-13 07:09:51 UTC (rev 15196)
+++ tor/branches/tor-0_2_0-patches/debian/rules 2008-06-13 08:28:33 UTC (rev 15197)
@@ -94,7 +94,7 @@
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"; \