tools.deploy.test: use temp directory for deploy image.
parent
857c97647e
commit
a7b54e7895
|
@ -9,10 +9,10 @@ IN: tools.deploy.test
|
||||||
|
|
||||||
: shake-and-bake ( vocab -- )
|
: shake-and-bake ( vocab -- )
|
||||||
[ test-image temp-file delete-file ] ignore-errors
|
[ test-image temp-file delete-file ] ignore-errors
|
||||||
[
|
temp-directory [
|
||||||
[ vm test-image temp-file ] dip
|
[ vm test-image temp-file ] dip
|
||||||
dup deploy-config make-deploy-image drop
|
dup deploy-config make-deploy-image drop
|
||||||
] with-resource-directory ;
|
] with-directory ;
|
||||||
|
|
||||||
ERROR: image-too-big actual-size max-size ;
|
ERROR: image-too-big actual-size max-size ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue