[Checkins] SVN: gocept.bsquare/branches/pcardune-setup/ Added -1 parameter to 'bin/test --exit-with-status'

Adam Groszer agroszer at gmail.com
Mon Apr 14 12:18:52 EDT 2008


Log message for revision 85355:
  Added -1 parameter to 'bin/test --exit-with-status'

Changed:
  U   gocept.bsquare/branches/pcardune-setup/CHANGES.txt
  U   gocept.bsquare/branches/pcardune-setup/src/gocept/bsquare/master.py

-=-
Modified: gocept.bsquare/branches/pcardune-setup/CHANGES.txt
===================================================================
--- gocept.bsquare/branches/pcardune-setup/CHANGES.txt	2008-04-14 08:27:34 UTC (rev 85354)
+++ gocept.bsquare/branches/pcardune-setup/CHANGES.txt	2008-04-14 16:18:51 UTC (rev 85355)
@@ -1,3 +1,7 @@
+0.1.0 2008-04-14
+----------------
+Added "-1" parameter to 'bin/test --exit-with-status'
+
 0.1.0 2008-04-09
 ----------------
 Added links to cruise builders

Modified: gocept.bsquare/branches/pcardune-setup/src/gocept/bsquare/master.py
===================================================================
--- gocept.bsquare/branches/pcardune-setup/src/gocept/bsquare/master.py	2008-04-14 08:27:34 UTC (rev 85354)
+++ gocept.bsquare/branches/pcardune-setup/src/gocept/bsquare/master.py	2008-04-14 16:18:51 UTC (rev 85355)
@@ -40,7 +40,7 @@
                 description=['building'],
                 descriptionDone=['build']))
     f.addStep(Compile(name="test",
-                command='bin/test --exit-with-status',
+                command='bin/test --exit-with-status -1',
                 description=['testing'],
                 descriptionDone=['tests']))
 



More information about the Checkins mailing list