Even more experimental cvs snapshot.

Testsuite is mandatory again.


svn:r4968
This commit is contained in:
Peter Palfrader 2005-09-09 21:11:57 +00:00
parent dcf1e14190
commit 86af49911d
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -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@debian.org> Fri, 9 Sep 2005 23:11:22 +0200
tor (0.1.1.5-alpha-1) UNRELEASED; urgency=low
* Experimental upstream version.

2
debian/rules vendored
View File

@ -71,7 +71,7 @@ build-stamp: config.status
@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