tools.deploy: fix tests for windows.

db4
John Benediktsson 2015-08-05 14:04:49 -07:00
parent 4131b44503
commit 7312f3dc66
2 changed files with 7 additions and 6 deletions

View File

@ -18,11 +18,11 @@ delete-staging-images
{ } [ "hello-world" shake-and-bake 550000 small-enough? ] unit-test { } [ "hello-world" shake-and-bake 550000 small-enough? ] unit-test
{ "Hello world\n" } [ { { "Hello world" } } [
f open-directory-after-deploy? [ f open-directory-after-deploy? [
"hello-world" deploy "hello-world" deploy
"hello-world" deploy-path 1array "hello-world" deploy-path 1array
ascii [ contents ] with-process-reader ascii [ lines ] with-process-reader
] with-variable ] with-variable
] unit-test ] unit-test

View File

@ -1,7 +1,8 @@
! (c)2010 Joe Groff bsd license ! Copyright (C) 2010 Joe Groff
USING: alien.c-types alien.data bootstrap.image ! See http://factorcode.org/license.txt for BSD license.
bootstrap.image.private destructors io io.directories USING: alien.c-types alien.data bootstrap.image.private
io.encodings.binary io.files locals system kernel ; destructors io io.directories io.encodings.binary io.files
kernel locals system ;
IN: tools.deploy.embed IN: tools.deploy.embed
:: embed-image ( image executable -- ) :: embed-image ( image executable -- )