tools.deploy.test: cut Windows some slack
parent
78e5dfcc8b
commit
7ae147c3bf
|
@ -12,7 +12,11 @@ IN: tools.deploy.test
|
||||||
|
|
||||||
: small-enough? ( n -- ? )
|
: small-enough? ( n -- ? )
|
||||||
[ "test.image" temp-file file-info size>> ]
|
[ "test.image" temp-file file-info size>> ]
|
||||||
[ cell 4 / * cpu ppc? [ 100000 + ] when ] bi*
|
[
|
||||||
|
cell 4 / *
|
||||||
|
cpu ppc? [ 100000 + ] when
|
||||||
|
os windows? [ 150000 + ] when
|
||||||
|
] bi*
|
||||||
<= ;
|
<= ;
|
||||||
|
|
||||||
: run-temp-image ( -- )
|
: run-temp-image ( -- )
|
||||||
|
|
Loading…
Reference in New Issue