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 -- )
|
||||
[ test-image temp-file delete-file ] ignore-errors
|
||||
[
|
||||
temp-directory [
|
||||
[ vm test-image temp-file ] dip
|
||||
dup deploy-config make-deploy-image drop
|
||||
] with-resource-directory ;
|
||||
] with-directory ;
|
||||
|
||||
ERROR: image-too-big actual-size max-size ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue