tools.deploy.tests: changes name of the test file to local-license.txt so it is more unique
parent
2ab41d0944
commit
6f440404c3
|
@ -158,9 +158,10 @@ os macosx? [
|
||||||
test-image-path =
|
test-image-path =
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
{ } [ "resource:LICENSE.txt" "license.txt" temp-file copy-file ] unit-test
|
{ } [
|
||||||
|
"resource:LICENSE.txt" "local-license.txt" temp-file copy-file
|
||||||
{ } [ "tools.deploy.test.19" shake-and-bake run-temp-image ] unit-test
|
"tools.deploy.test.19" shake-and-bake run-temp-image
|
||||||
|
] unit-test
|
||||||
|
|
||||||
{ } [ "tools.deploy.test.20" shake-and-bake ] unit-test
|
{ } [ "tools.deploy.test.20" shake-and-bake ] unit-test
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@ USING: io io.files io.encodings.ascii ;
|
||||||
IN: tools.deploy.test.19
|
IN: tools.deploy.test.19
|
||||||
|
|
||||||
: main ( -- )
|
: main ( -- )
|
||||||
! make sure to test vocab: paths
|
! make sure to test vocab: paths. This file is a copy of Factors
|
||||||
! this particular license.txt is a copy in this subdir
|
! LICENSE.txt.
|
||||||
"vocab:license.txt" ascii file-contents write ;
|
"vocab:local-license.txt" ascii file-contents write ;
|
||||||
|
|
||||||
MAIN: main
|
MAIN: main
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
license.txt
|
local-license.txt
|
||||||
|
|
Loading…
Reference in New Issue