Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
94987a45
Commit
94987a45
authored
Sep 16, 2015
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Need to include current directory too, I think.
parent
4144a2f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
Makefile
Makefile
+5
-4
No files found.
Makefile
View file @
94987a45
...
...
@@ -61,13 +61,14 @@ travistest:
make
bench
# combine after each step so we don't lose anything (append is the default). This also
# moves the coverage file from greentest to the root.
# moves the coverage file from greentest to the root. It's necessary to specify the current
# directory to include all results previously combined too.
cd
greentest
&&
GEVENT_RESOLVER
=
thread
${PYTHON}
testrunner.py
--config
../known_failures.py
coverage
combine
greentest/
coverage
combine
.
greentest/
cd
greentest
&&
GEVENT_RESOLVER
=
ares
GEVENTARES_SERVERS
=
8.8.8.8
${PYTHON}
testrunner.py
--config
../known_failures.py
--ignore
tests_that_dont_use_resolver.txt
coverage
combine
greentest/
coverage
combine
.
greentest/
cd
greentest
&&
GEVENT_FILE
=
thread
${PYTHON}
testrunner.py
--config
../known_failures.py
`
grep
-l
subprocess test_
*
.py
`
coverage
combine
greentest/
coverage
combine
.
greentest/
toxtest
:
cd
greentest
&&
GEVENT_RESOLVER
=
thread python testrunner.py
--config
../known_failures.py
...
...
Write
Preview
Markdown
is supported
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