mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
New testsuite location
The testsuite moved from src/or/test to src/test/test, but let's call it using "make check" now.
This commit is contained in:
parent
f58b39075c
commit
51a3afd6ac
2 changed files with 7 additions and 5 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,8 +1,10 @@
|
|||
tor (0.2.2.4-alpha-1) experimental; urgency=low
|
||||
|
||||
* New upstream version.
|
||||
* The testsuite moved from src/or/test to src/test/test,
|
||||
but let's call it using "make check" now.
|
||||
|
||||
-- Peter Palfrader <weasel@debian.org> Sun, 11 Oct 2009 10:19:03 +0200
|
||||
-- Peter Palfrader <weasel@debian.org> Sun, 11 Oct 2009 10:19:21 +0200
|
||||
|
||||
tor (0.2.2.3-alpha-1) experimental; urgency=low
|
||||
|
||||
|
|
8
debian/rules
vendored
8
debian/rules
vendored
|
@ -91,11 +91,11 @@ build-stamp: config.status
|
|||
@if [ "$(RUN_TEST)" != "no" ]; then \
|
||||
if [ "$(LOCALHOST_IP)" != "127.0.0.1" ]; then \
|
||||
echo; echo; echo "######################################################################"; echo "WARNING: This system does not think localhost is 127.0.0.1. Will ignore result of testsuite. Please fix your system/chroot."; echo "######################################################################"; echo; echo; \
|
||||
echo "src/or/test || true"; \
|
||||
src/or/test || true; \
|
||||
echo "make check || true"; \
|
||||
make check || true; \
|
||||
else \
|
||||
echo "src/or/test"; \
|
||||
src/or/test; \
|
||||
echo "make check"; \
|
||||
make check; \
|
||||
fi; \
|
||||
else \
|
||||
echo -e "\n\nSkipping unittests\n\n"; \
|
||||
|
|
Loading…
Add table
Reference in a new issue