tools.deploy.test: use temp directory for deploy image.

db4
John Benediktsson 2014-04-22 16:21:25 -07:00
parent 857c97647e
commit a7b54e7895
1 changed files with 2 additions and 2 deletions

View File

@ -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 ;