[Checkins] SVN: gocept.bsquare/trunk/master.py Ignore missing test runners.

Christian Theune ct at gocept.com
Fri Apr 11 12:01:08 EDT 2008


Log message for revision 85257:
  Ignore missing test runners.
  

Changed:
  U   gocept.bsquare/trunk/master.py

-=-
Modified: gocept.bsquare/trunk/master.py
===================================================================
--- gocept.bsquare/trunk/master.py	2008-04-11 14:58:26 UTC (rev 85256)
+++ gocept.bsquare/trunk/master.py	2008-04-11 16:01:07 UTC (rev 85257)
@@ -40,7 +40,7 @@
                 description=['building'],
                 descriptionDone=['build']))
     f.addStep(Compile(name="test",
-                command='bin/test --exit-with-status',
+                command='if [ -e bin/test ]; then bin/test --exit-with-status; fi',
                 description=['testing'],
                 descriptionDone=['tests']))
 



More information about the Checkins mailing list