We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f87a4 commit 13f7421Copy full SHA for 13f7421
test/unit/cloud/cloud_suite_test.go
@@ -41,6 +41,9 @@ func TestCloud(t *testing.T) {
41
BeforeSuite(func() {
42
// Create a real cloud client.
43
projDir := os.Getenv("PROJECT_DIR")
44
+ fmt.Println(projDir)
45
46
47
var connectionErr error
48
realCloudClient, connectionErr = cloud.NewClient(projDir + "/cloud-config")
49
Ω(connectionErr).ShouldNot(HaveOccurred())
0 commit comments