Skip to content

Commit

Permalink
Set env for dctest bootstrap
Browse files Browse the repository at this point in the history
Signed-off-by: naoki-take <[email protected]>
  • Loading branch information
tkna committed Dec 12, 2024
1 parent 3e73d90 commit 37c0538
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dctest/before_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ func runBeforeSuiteInstall() {
Expect(err).NotTo(HaveOccurred(), "stdout=%s, stderr=%s", stdout, stderr)
}

By("Setting env for test")
stdout, stderr, err := execAt(bootServers[0], "neco", "config", "set", "env", "test")
Expect(err).ShouldNot(HaveOccurred(), "stdout=%s, stderr=%s", stdout, stderr)

fmt.Println("Begin tests...")
}

Expand Down

0 comments on commit 37c0538

Please sign in to comment.