mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 02:09:24 +01:00
Use the configured Python executable to run test-stem-full.
This commit is contained in:
parent
877354a9af
commit
65a1e27bc4
@ -84,7 +84,7 @@ test-stem: $(TESTING_TOR_BINARY)
|
|||||||
|
|
||||||
test-stem-full: $(TESTING_TOR_BINARY)
|
test-stem-full: $(TESTING_TOR_BINARY)
|
||||||
@if test -d "$$STEM_SOURCE_DIR"; then \
|
@if test -d "$$STEM_SOURCE_DIR"; then \
|
||||||
"$$STEM_SOURCE_DIR"/run_tests.py --tor $(TESTING_TOR_BINARY) --all --log notice --target RUN_ALL,ONLINE -v; \
|
$(PYTHON) "$$STEM_SOURCE_DIR"/run_tests.py --tor $(TESTING_TOR_BINARY) --all --log notice --target RUN_ALL,ONLINE -v; \
|
||||||
else \
|
else \
|
||||||
echo '$$STEM_SOURCE_DIR was not set.'; echo; \
|
echo '$$STEM_SOURCE_DIR was not set.'; echo; \
|
||||||
echo "To run these tests, git clone https://git.torproject.org/stem.git/ ; export STEM_SOURCE_DIR=\`pwd\`/stem"; \
|
echo "To run these tests, git clone https://git.torproject.org/stem.git/ ; export STEM_SOURCE_DIR=\`pwd\`/stem"; \
|
||||||
|
3
changes/bug16470
Normal file
3
changes/bug16470
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
o Minor bugfixes (tests):
|
||||||
|
- Use the configured Python executable when running test-stem-full. Fixes
|
||||||
|
bug 16470; bugfix on 0.2.7.1-alpha.
|
Loading…
Reference in New Issue
Block a user