[Vm-dev] [commit][2964] The mac makeall script can report errors.

commits at squeakvm.org commits at squeakvm.org
Mon Jun 9 23:34:10 UTC 2014


Revision: 2964
Author:   eliot
Date:     2014-06-09 16:34:10 -0700 (Mon, 09 Jun 2014)
Log Message:
-----------
The mac makeall script can report errors.

Modified Paths:
--------------
    branches/Cog/build.macos32x86/makeall

Modified: branches/Cog/build.macos32x86/makeall
===================================================================
--- branches/Cog/build.macos32x86/makeall	2014-06-09 23:32:15 UTC (rev 2963)
+++ branches/Cog/build.macos32x86/makeall	2014-06-09 23:34:10 UTC (rev 2964)
@@ -2,3 +2,5 @@
 for d in newspeak.* squeak.*; do
 	(cd $d;./mvm -A)
 done
+echo no news is good news...
+grep 'BUILD FAILED' newspeak.*/LOG* squeak.*/LOG*



More information about the Vm-dev mailing list