Commit 8458d36b authored by Denis Bilenko's avatar Denis Bilenko

update known_failures.txt -> known_failures.py

see 5d8dd0fb
parent c8ee6284
......@@ -12,4 +12,4 @@ include changelog.rst
include MANIFEST.in
include AUTHORS
include Makefile.ext
include known_failures.txt
include known_failures.py
......@@ -44,7 +44,7 @@ running tests
cd greentest
PYTHONPATH=.. python testrunner.py --expected ../known_failures.txt
PYTHONPATH=.. python testrunner.py --config ../known_failures.py
.. _gevent: http://www.gevent.org
......
......@@ -39,7 +39,7 @@ if args[0:1] == ['test']:
system('%s setup.py build' % sys.executable)
os.chdir('greentest')
os.environ['PYTHONPATH'] = '.;..;../..'
system('%s testrunner.py --expected ../known_failures.txt' % sys.executable)
system('%s testrunner.py --config ../known_failures.py' % sys.executable)
elif args[0:1] == ['dist']:
prepare()
success = 0
......
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