Fix tools.deploy test
parent
5cb18d51b3
commit
89255e08c1
|
@ -1,9 +1,9 @@
|
|||
IN: tools.deploy.tests
|
||||
USING: tools.test system io.files io.files.temp kernel
|
||||
tools.deploy.config tools.deploy.config.editor
|
||||
tools.deploy.backend math sequences io.launcher arrays
|
||||
namespaces continuations layouts accessors io.encodings.ascii
|
||||
urls math.parser io.directories ;
|
||||
USING: tools.test system io.pathnames io.files io.files.info
|
||||
io.files.temp kernel tools.deploy.config
|
||||
tools.deploy.config.editor tools.deploy.backend math sequences
|
||||
io.launcher arrays namespaces continuations layouts accessors
|
||||
io.encodings.ascii urls math.parser io.directories ;
|
||||
|
||||
: shake-and-bake ( vocab -- )
|
||||
[ "test.image" temp-file delete-file ] ignore-errors
|
||||
|
|
Loading…
Reference in New Issue