[tor-commits] [tor/maint-0.2.6] Use configured Python binary in test-stem.

nickm at torproject.org nickm at torproject.org
Thu Feb 26 20:24:47 UTC 2015


commit 334f74f6f123411c74cfd4c8614e40110c34690a
Author: cypherpunks <cypherpunks at torproject.org>
Date:   Thu Feb 26 10:38:09 2015 +0100

    Use configured Python binary in test-stem.
---
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 67c9cc9..b1f92f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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"; \





More information about the tor-commits mailing list