Author: David Schneider <[email protected]>
Branch: 
Changeset: r794:12c1cea0bf64
Date: 2013-04-23 14:25 +0200
http://bitbucket.org/pypy/buildbot/changeset/12c1cea0bf64/

Log:    Pass the additional and machine specific configurations files to the
        testrunner for app-level tests

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -312,6 +312,8 @@
             command=prefix + ["python", "testrunner/runner.py",
                      "--logfile=pytest-A.log",
                      "--config=pypy/pytest-A.cfg",
+                     "--config=pypy/pytest-A.py",
+                     "--config=~/machine-A_cfg.py",
                      "--root=pypy", "--timeout=3600"
                      ] + ["--config=%s" % cfg for cfg in app_tests],
             logfiles={'pytestLog': 'pytest-A.log'},
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to