mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 01:18:26 +00:00
tests - fix compose filename for autoconf tests
This commit is contained in:
parent
aeba0ba72c
commit
0383cadd69
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class AutoconfTest(Test) :
|
|||
try :
|
||||
super()._setup_test()
|
||||
test = "/tmp/tests/" + self._name
|
||||
compose = "/tmp/tests/" + self._name + "/service.yml"
|
||||
compose = "/tmp/tests/" + self._name + "/autoconf.yml"
|
||||
example_data = "./examples/" + self._name + "/bw-data"
|
||||
Test.replace_in_file(compose, r"bunkerity/bunkerweb:.*$", "10.20.1.1:5000/bw-tests:latest")
|
||||
Test.replace_in_file(compose, r"\./bw\-data:/", "/tmp/bw-data:/")
|
||||
|
|
|
|||
Loading…
Reference in a new issue