Merge branch 'master' of git://factorcode.org/git/factor
commit
3f493bce1a
|
@ -11,7 +11,9 @@ IN: tools.deploy.test
|
||||||
] with-directory ;
|
] with-directory ;
|
||||||
|
|
||||||
: small-enough? ( n -- ? )
|
: 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 ( -- )
|
: run-temp-image ( -- )
|
||||||
os macosx?
|
os macosx?
|
||||||
|
|
Loading…
Reference in New Issue