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
16af4620
Commit
16af4620
authored
Apr 15, 2014
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis: fix broken ack command
parent
f6831bfa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Makefile
Makefile
+1
-4
greentest/test___monkey_patching.py
greentest/test___monkey_patching.py
+1
-0
No files found.
Makefile
View file @
16af4620
...
...
@@ -55,8 +55,7 @@ travistest:
cd
greentest
&&
GEVENT_RESOLVER
=
thread
${PYTHON}
testrunner.py
--expected
../known_failures.txt
cd
greentest
&&
GEVENT_RESOLVER
=
ares
GEVENTARES_SERVERS
=
8.8.8.8
${PYTHON}
testrunner.py
--expected
../known_failures.txt
--ignore
tests_that_dont_use_resolver.txt
# --ignore option does not work as expected XXX
cd
greentest
&&
GEVENT_FILE
=
thread
${PYTHON}
testrunner.py
--expected
../known_failures.txt
--ignore
tests_that_dont_use_subprocess.txt
cd
greentest
&&
GEVENT_FILE
=
thread
${PYTHON}
testrunner.py
--expected
../known_failures.txt
`
grep
-l
subprocess test_
*
.py
`
travis
:
make whitespace
...
...
@@ -75,8 +74,6 @@ travis:
pip
install
-q
--download
.
greenlet
unzip
-q
greenlet-*.zip
ack
-w
subprocess
greentest/
-l
-v
|
python
-c
'import sys; print("\n".join(line.split("/")[-1].strip() for line in sys.stdin))'
>
greentest/tests_that_dont_use_subprocess.txt
sudo
-E
make
travistest
sudo
-E
apt-get
install
${PYTHON}-dbg
...
...
greentest/test___monkey_patching.py
View file @
16af4620
...
...
@@ -3,6 +3,7 @@ import os
import
glob
import
util
import
atexit
# subprocess: include in subprocess tests
TIMEOUT
=
60
...
...
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