diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-12-20 07:50:04 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-20 07:50:04 -0500 |
commit | 9c6283732a376b21d110f1ef95b4b2af423a8e59 (patch) | |
tree | 0104dc4b702724ff56d9e315adc07d70a731a3d1 /Makefile.am | |
parent | 1c47459e5a5ed6d404a8034502543e7e4a67be38 (diff) | |
parent | ef975432703754ca8ea10ac6db5ec171447bb345 (diff) | |
download | tor-9c6283732a376b21d110f1ef95b4b2af423a8e59.tar.gz tor-9c6283732a376b21d110f1ef95b4b2af423a8e59.zip |
Merge branch 'maint-0.3.5'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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; |