[pypy-svn] r50734 - pypy/build/buildbot
exarkun at codespeak.net
exarkun at codespeak.net
Thu Jan 17 22:36:04 CET 2008
Author: exarkun
Date: Thu Jan 17 22:36:03 2008
New Revision: 50734
Modified:
pypy/build/buildbot/pypybuilders.py
Log:
run the whole twisted test suite, not just the memcache tests
Modified: pypy/build/buildbot/pypybuilders.py
==============================================================================
--- pypy/build/buildbot/pypybuilders.py (original)
+++ pypy/build/buildbot/pypybuilders.py Thu Jan 17 22:36:03 2008
@@ -129,5 +129,5 @@
"--oldstyle"],
testpath=None,
trial="../../../../Twisted-src/bin/trial",
- tests=["twisted.test.test_memcache"],
+ tests=["twisted"],
env={"PATH": "."})
More information about the Pypy-commit
mailing list