aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-12-20 07:50:04 -0500
committerNick Mathewson <nickm@torproject.org>2018-12-20 07:50:04 -0500
commit9c6283732a376b21d110f1ef95b4b2af423a8e59 (patch)
tree0104dc4b702724ff56d9e315adc07d70a731a3d1 /Makefile.am
parent1c47459e5a5ed6d404a8034502543e7e4a67be38 (diff)
parentef975432703754ca8ea10ac6db5ec171447bb345 (diff)
downloadtor-9c6283732a376b21d110f1ef95b4b2af423a8e59.tar.gz
tor-9c6283732a376b21d110f1ef95b4b2af423a8e59.zip
Merge branch '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 a945130213..84050f8b34 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -277,7 +277,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;