Skip to content

Commit

Permalink
tools.deploy.test: use temp directory for deploy image.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Apr 22, 2014
1 parent dd64ffc commit 233b8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basis/tools/deploy/test/test.factor
Expand Up @@ -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 ;

Expand Down

0 comments on commit 233b8e1

Please sign in to comment.