diff options
Diffstat (limited to 'tests/rep-create.testscript')
-rw-r--r-- | tests/rep-create.testscript | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/tests/rep-create.testscript b/tests/rep-create.testscript index bca7305..c9364ed 100644 --- a/tests/rep-create.testscript +++ b/tests/rep-create.testscript @@ -41,7 +41,8 @@ url: http://www.example.org/bar email: bar-users@example.org depends: foo == 1 - bootstrap-build:\ + bootstrap-build: + \ project = bar \ @@ -54,7 +55,8 @@ license: MIT url: http://www.example.org/foo email: foo-users@example.org - bootstrap-build:\ + bootstrap-build: + \ project = foo \ @@ -86,7 +88,8 @@ url: http://www.example.org/bar email: bar-users@example.org depends: foo == 1 - bootstrap-build:\ + bootstrap-build: + \ project = bar \ @@ -99,7 +102,8 @@ license: MIT url: http://www.example.org/foo email: foo-users@example.org - bootstrap-build:\ + bootstrap-build: + \ project = foo \ @@ -148,7 +152,8 @@ url: http://www.example.org/bar email: bar-users@example.org depends: foo == 1 - bootstrap-build:\\ + bootstrap-build: + \\ project = bar \\ @@ -161,7 +166,8 @@ license: MIT url: http://www.example.org/foo email: foo-users@example.org - bootstrap-build:\\ + bootstrap-build: + \\ project = foo \\ |