tools.deploy: fix tests for windows.
parent
4131b44503
commit
7312f3dc66
|
@ -18,11 +18,11 @@ delete-staging-images
|
|||
|
||||
{ } [ "hello-world" shake-and-bake 550000 small-enough? ] unit-test
|
||||
|
||||
{ "Hello world\n" } [
|
||||
{ { "Hello world" } } [
|
||||
f open-directory-after-deploy? [
|
||||
"hello-world" deploy
|
||||
"hello-world" deploy-path 1array
|
||||
ascii [ contents ] with-process-reader
|
||||
ascii [ lines ] with-process-reader
|
||||
] with-variable
|
||||
] unit-test
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
USING: alien.c-types alien.data bootstrap.image
|
||||
bootstrap.image.private destructors io io.directories
|
||||
io.encodings.binary io.files locals system kernel ;
|
||||
! Copyright (C) 2010 Joe Groff
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.c-types alien.data bootstrap.image.private
|
||||
destructors io io.directories io.encodings.binary io.files
|
||||
kernel locals system ;
|
||||
IN: tools.deploy.embed
|
||||
|
||||
:: embed-image ( image executable -- )
|
||||
|
|
Loading…
Reference in New Issue