]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Use configured Python binary in test-stem.
authorcypherpunks <cypherpunks@torproject.org>
Thu, 26 Feb 2015 09:38:09 +0000 (10:38 +0100)
committerNick Mathewson <nickm@torproject.org>
Thu, 26 Feb 2015 20:23:43 +0000 (15:23 -0500)
Makefile.am

index 67c9cc9d25fe4b03902321564b3f6fc853446bcf..b1f92f5b34e401a03fd8d4a1baaf3599f404aaf5 100644 (file)
@@ -73,7 +73,7 @@ test-network: all
 
 test-stem: $(TESTING_TOR_BINARY)
        @if test -d "$$STEM_SOURCE_DIR"; then \
-               "$$STEM_SOURCE_DIR"/run_tests.py --tor $(TESTING_TOR_BINARY) --all --log notice --target RUN_ALL; \
+               $(PYTHON) "$$STEM_SOURCE_DIR"/run_tests.py --tor $(TESTING_TOR_BINARY) --all --log notice --target RUN_ALL; \
        else \
                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"; \