]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Use the configured Python executable to run test-stem-full.
authorcypherpunks <cypherpunks@torproject.org>
Wed, 1 Jul 2015 09:08:33 +0000 (11:08 +0200)
committerNick Mathewson <nickm@torproject.org>
Thu, 2 Jul 2015 13:51:28 +0000 (09:51 -0400)
Makefile.am
changes/bug16470 [new file with mode: 0644]

index 316086c1e107f2aa5a03c2a3d01edd29a15b7b65..87a5d8adccf476a1ad2f7836ef4902a1b4d463b9 100644 (file)
@@ -84,7 +84,7 @@ test-stem: $(TESTING_TOR_BINARY)
 
 test-stem-full: $(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,ONLINE -v; \
+               $(PYTHON) "$$STEM_SOURCE_DIR"/run_tests.py --tor $(TESTING_TOR_BINARY) --all --log notice --target RUN_ALL,ONLINE -v; \
        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"; \
diff --git a/changes/bug16470 b/changes/bug16470
new file mode 100644 (file)
index 0000000..3d1b419
--- /dev/null
@@ -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.