[cig-commits] r11743 - cs/buildbot/trunk/buildbot

leif at geodynamics.org leif at geodynamics.org
Thu Apr 3 08:35:05 PDT 2008


Author: leif
Date: 2008-04-03 08:35:05 -0700 (Thu, 03 Apr 2008)
New Revision: 11743

Modified:
   cs/buildbot/trunk/buildbot/bs.py
Log:
Simply run 'make' for Gale.


Modified: cs/buildbot/trunk/buildbot/bs.py
===================================================================
--- cs/buildbot/trunk/buildbot/bs.py	2008-04-03 11:52:06 UTC (rev 11742)
+++ cs/buildbot/trunk/buildbot/bs.py	2008-04-03 15:35:05 UTC (rev 11743)
@@ -139,7 +139,7 @@
             s(step.ShellCommand,
               description=["testing"],
               descriptionDone=["tests"],
-              command=["./scons/scons.py", "test"],
+              command=["make"], # Gale's 'Makefile' runs SCons
               workdir=workdir,
               env=env,
               ),



More information about the cig-commits mailing list