[pypy-svn] r58803 - pypy/build/bot2/pypybuildbot
pedronis at codespeak.net
pedronis at codespeak.net
Wed Oct 8 13:45:04 CEST 2008
Author: pedronis
Date: Wed Oct 8 13:45:03 2008
New Revision: 58803
Modified:
pypy/build/bot2/pypybuildbot/builds.py
Log:
halt on failures of translation
Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py (original)
+++ pypy/build/bot2/pypybuildbot/builds.py Wed Oct 8 13:45:03 2008
@@ -39,6 +39,7 @@
command = ["python", "translate.py", "--batch"]
translationTarget = "targetpypystandalone"
+ haltOnFailure = True
def __init__(self, translationArgs, targetArgs,
workdir="build/pypy/translator/goal",
More information about the Pypy-commit
mailing list