We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c423a31 commit bee33c5Copy full SHA for bee33c5
systemtests/singlehost/setup_test.go
@@ -34,7 +34,7 @@ func TestMain(m *testing.M) {
34
testbed = &utils.Vagrant{}
35
}
36
log.Printf("Starting testbed setup...")
37
- err := testbed.Setup(os.Getenv("CONTIV_ENV"), 1)
+ err := testbed.Setup(true, os.Getenv("CONTIV_ENV"), 1)
38
log.Printf("Done with testbed setup...")
39
if err != nil {
40
testbed.Teardown()
systemtests/twohosts/setup_test.go
@@ -33,7 +33,7 @@ func TestMain(m *testing.M) {
33
- err := testbed.Setup(os.Getenv("CONTIV_ENV"), 2)
+ err := testbed.Setup(true, os.Getenv("CONTIV_ENV"), 2)
0 commit comments