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 =
|
||||
] unit-test
|
||||
|
||||
{ } [ "resource:LICENSE.txt" "license.txt" temp-file copy-file ] unit-test
|
||||
|
||||
{ } [ "tools.deploy.test.19" shake-and-bake run-temp-image ] 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.20" shake-and-bake ] unit-test
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ USING: io io.files io.encodings.ascii ;
|
|||
IN: tools.deploy.test.19
|
||||
|
||||
: main ( -- )
|
||||
! make sure to test vocab: paths
|
||||
! this particular license.txt is a copy in this subdir
|
||||
"vocab:license.txt" ascii file-contents write ;
|
||||
! make sure to test vocab: paths. This file is a copy of Factors
|
||||
! LICENSE.txt.
|
||||
"vocab:local-license.txt" ascii file-contents write ;
|
||||
|
||||
MAIN: main
|
||||
|
|
|
@ -1 +1 @@
|
|||
license.txt
|
||||
local-license.txt
|
||||
|
|
Loading…
Reference in New Issue