Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
04618371
Unverified
Commit
04618371
authored
Sep 05, 2019
by
teor
Browse files
Merge remote-tracking branch 'tor-github/pr/1271' into maint-0.3.5
parents
1132dc9f
664d1b43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
04618371
...
...
@@ -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)
"
--integ
--
log
notice
--target
RUN_ALL
;
@
$(PYTHON)
"
$$
STEM_SOURCE_DIR"
/run_tests.py
--tor
"
$(TESTING_TOR_BINARY)
"
--integ
--
test
control.controller
--test
control.base_controller
--test
process
--log
notice
;
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
;
...
...
changes/ticket31554
0 → 100644
View file @
04618371
o Minor features (stem tests):
- Change "make test-stem" so it only runs the stem tests that use tor.
This change makes test-stem faster and more reliable.
Closes ticket 31554.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment