]> gitweb.factorcode.org Git - factor.git/commitdiff
Merge branch 'master' of git://factorcode.org/git/factor
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 28 Aug 2009 01:30:15 +0000 (20:30 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 28 Aug 2009 01:30:15 +0000 (20:30 -0500)
basis/tools/deploy/test/test.factor

index 9a54e65f1ac1861997e0f870687031a144f43e14..28916033d43b1750ce2ed7f793048b56644442d8 100644 (file)
@@ -11,7 +11,9 @@ IN: tools.deploy.test
     ] with-directory ;
 
 : small-enough? ( n -- ? )
-    [ "test.image" temp-file file-info size>> ] [ cell 4 / * ] bi* <= ;
+    [ "test.image" temp-file file-info size>> ]
+    [ cell 4 / * cpu ppc? [ 100000 + ] when ] bi*
+    <= ;
 
 : run-temp-image ( -- )
     os macosx?