summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-12-20 07:49:59 -0500
committerNick Mathewson <nickm@torproject.org>2018-12-20 07:49:59 -0500
commitef975432703754ca8ea10ac6db5ec171447bb345 (patch)
tree0f6dbe6284a9d7d0b889da1522735db7986983fb /Makefile.am
parentb7018b1a24fbdaed2805e11b0343e03445f8cb7e (diff)
parent02009c66c011f16fe051cbe32d79f6e59daee8d2 (diff)
downloadtor-ef975432703754ca8ea10ac6db5ec171447bb345.tar.gz
tor-ef975432703754ca8ea10ac6db5ec171447bb345.zip
Merge remote-tracking branch 'tor-github/pr/607' into maint-0.3.5
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e5c1be31b5..c759fffea3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -275,7 +275,7 @@ need-stem-path:
fi
test-stem: need-stem-path $(TESTING_TOR_BINARY)
- @$(PYTHON) "$$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)" --integ --log notice --target RUN_ALL;
test-stem-full: need-stem-path $(TESTING_TOR_BINARY)
@$(PYTHON) "$$STEM_SOURCE_DIR"/run_tests.py --tor "$(TESTING_TOR_BINARY)" --all --log notice --target RUN_ALL,ONLINE -v;