##// END OF EJS Templates
further tweaks to parallel tests...
further tweaks to parallel tests * skip crash tests, due to undesirable crash reports, suggesting something went wrong * test_abort: increase wait to improve likelihood of first abort * test_magic_px: flush&sleep to ensure stdout arrives first * test_push_tracked: don't test equality of ar.sent/ar._tracker.done, due to race condition

File last commit:

r2460:e8303d57
r4580:36fdaf39
Show More
setupegg.py
6 lines | 156 B | text/x-python | PythonLexer
#!/usr/bin/env python
"""Wrapper to run setup.py using setuptools."""
# Import setuptools and call the actual setup
import setuptools
execfile('setup.py')