[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Even more experimental cvs snapshot.
Update of /home/or/cvsroot/tor/debian
In directory moria:/tmp/cvs-serv25804/debian
Modified Files:
changelog rules
Log Message:
Even more experimental cvs snapshot.
Testsuite is mandatory again.
Index: changelog
===================================================================
RCS file: /home/or/cvsroot/tor/debian/changelog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- changelog 12 Aug 2005 15:04:22 -0000 1.125
+++ changelog 9 Sep 2005 21:11:57 -0000 1.126
@@ -1,3 +1,10 @@
+tor (0.1.1.5-alpha-cvs-1) UNRELEASED; urgency=low
+
+ * Even more experimental cvs snapshot.
+ * Testsuite is mandatory again.
+
+ -- Peter Palfrader <weasel@xxxxxxxxxx> Fri, 9 Sep 2005 23:11:22 +0200
+
tor (0.1.1.5-alpha-1) UNRELEASED; urgency=low
* Experimental upstream version.
Index: rules
===================================================================
RCS file: /home/or/cvsroot/tor/debian/rules,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- rules 12 Aug 2005 15:03:53 -0000 1.19
+++ rules 9 Sep 2005 21:11:57 -0000 1.20
@@ -71,7 +71,7 @@
@echo
# Running unit tests
if [ "$(RUN_TEST)" != "no" ]; then \
- src/or/test || true; \
+ src/or/test; \
else \
echo -e "\n\nSkipping unittests\n\n"; \
fi