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
a67581d4
Commit
a67581d4
authored
Jan 12, 2018
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pare back the logging.
parent
6de1185e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
a67581d4
...
...
@@ -104,7 +104,7 @@ allbackendtest:
make cffibackendtest
cffibackendtest
:
cd
src/greentest
&&
PYTHONFAULTHANDLER
=
1
GEVENT_CORE_CFFI_ONLY
=
libuv
GEVENT_DEBUG
=
trace
${PYTHON}
test__threadpool.py
-v
cd
src/greentest
&&
PYTHONFAULTHANDLER
=
1
GEVENT_CORE_CFFI_ONLY
=
libuv
GEVENT_DEBUG
=
trace
TRAVIS
=
${PYTHON}
test__threadpool.py
-v
TestJoinEmpty.test
GEVENT_CORE_CFFI_ONLY
=
libuv make alltest
GEVENT_CORE_CFFI_ONLY
=
libev make alltest
...
...
@@ -193,7 +193,7 @@ lint-py27: $(PY27)
test-py27
:
$(PY27)
PYTHON
=
python2.7.14
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7.14/bin:
$(PATH)
make develop allbackendtest
PYTHON
=
python2.7.14
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7.14/bin:
$(PATH)
TRAVIS
=
cd
src/greentest/2.7
&&
PYTHONFAULTHANDLER
=
1
&&
PYTHONPATH
=
..
GEVENT_CORE_CFFI_ONLY
=
libuv
GEVENT_DEBUG
=
trace
${PYTHON}
-m
monkey_test test_subprocess.py
PYTHON
=
python2.7.14
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7.14/bin:
$(PATH)
TRAVIS
=
cd
src/greentest/2.7
&&
PYTHONFAULTHANDLER
=
1
&&
PYTHONPATH
=
..
GEVENT_CORE_CFFI_ONLY
=
libuv
${PYTHON}
-m
monkey_test test_subprocess.py
test-py278
:
$(PY278)
ls
$(BUILD_RUNTIMES)
/versions/python2.7.8/bin/
...
...
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