[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12039: Enable unit tests again (tor/branches/tor-0_1_2-patches/debian)
Author: weasel
Date: 2007-10-18 21:57:47 -0400 (Thu, 18 Oct 2007)
New Revision: 12039
Modified:
tor/branches/tor-0_1_2-patches/debian/changelog
tor/branches/tor-0_1_2-patches/debian/rules
Log:
Enable unit tests again
Modified: tor/branches/tor-0_1_2-patches/debian/changelog
===================================================================
--- tor/branches/tor-0_1_2-patches/debian/changelog 2007-10-19 00:29:16 UTC (rev 12038)
+++ tor/branches/tor-0_1_2-patches/debian/changelog 2007-10-19 01:57:47 UTC (rev 12039)
@@ -1,3 +1,9 @@
+tor (0.1.2.17-dev-2) UNRELEASED; urgency=low
+
+ * Enable unit tests again.
+
+ -- Peter Palfrader <weasel@xxxxxxxxxx> Fri, 19 Oct 2007 03:57:33 +0200
+
tor (0.1.2.17-dev-1) UNRELEASED; urgency=low
* Development snapshot.
Modified: tor/branches/tor-0_1_2-patches/debian/rules
===================================================================
--- tor/branches/tor-0_1_2-patches/debian/rules 2007-10-19 00:29:16 UTC (rev 12038)
+++ tor/branches/tor-0_1_2-patches/debian/rules 2007-10-19 01:57:47 UTC (rev 12039)
@@ -84,7 +84,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"; \