Fix deploy tests

db4
Slava Pestov 2008-04-11 14:43:26 -05:00
parent b974d7fff6
commit 1625511df7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
IN: tools.deploy.tests
USING: tools.test system io.files kernel tools.deploy.config
tools.deploy.backend math sequences io.launcher arrays
namespaces continuations layouts ;
namespaces continuations layouts accessors ;
: shake-and-bake ( vocab -- )
[ "test.image" temp-file delete-file ] ignore-errors