Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Feb 13, 2018
1 parent de59b80 commit 883c655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,12 @@ func teardown() {
logsPath := filepath.Join(cfg.CurrentWorkingDir, "_logs", hostname)
fmt.Println("constructed logsPath")
err := os.MkdirAll(logsPath, 0755)
fmt.Println("got below os.MkdirAll")
if err != nil {
log.Printf("cliProvisioner.FetchProvisioningMetrics error: %s\n", err)
}
err = cliProvisioner.FetchProvisioningMetrics(logsPath, cfg, acct)
fmt.Println("got below cliProvisioner.FetchProvisioningMetrics")
if err != nil {
log.Printf("cliProvisioner.FetchProvisioningMetrics error: %s\n", err)
}
Expand Down

0 comments on commit 883c655

Please sign in to comment.