Commit b632c4fc authored by Jason Madden's avatar Jason Madden

GEVENTSETUP_EV_VERIFY has to be set when gevent is compiled. Move it from the...

GEVENTSETUP_EV_VERIFY has to be set when gevent is compiled. Move it from the 'leaktest' target down to where we call develop
parent 7d93691c
...@@ -121,7 +121,7 @@ cffibackendtest: ...@@ -121,7 +121,7 @@ cffibackendtest:
${PYTHON} scripts/travis.py fold_end libev ${PYTHON} scripts/travis.py fold_end libev
leaktest: leaktest:
GEVENTSETUP_EV_VERIFY=3 GEVENTTEST_LEAKCHECK=1 make alltest GEVENTTEST_LEAKCHECK=1 make alltest
bench: bench:
${PYTHON} src/greentest/bench_sendall.py ${PYTHON} src/greentest/bench_sendall.py
...@@ -202,7 +202,7 @@ develop: ...@@ -202,7 +202,7 @@ develop:
${PYTHON} scripts/travis.py fold_end install ${PYTHON} scripts/travis.py fold_end install
lint-py27: $(PY27) lint-py27: $(PY27)
PYTHON=python2.7.14 PATH=$(BUILD_RUNTIMES)/versions/python2.7.14/bin:$(PATH) make develop travis_test_linters PYTHON=python2.7.14 PATH=$(BUILD_RUNTIMES)/versions/python2.7.14/bin:$(PATH) GEVENTSETUP_EV_VERIFY=3 make develop travis_test_linters
test-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) make develop allbackendtest
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment