Skip to content

Commit

Permalink
inform test user of tmpnet dir
Browse files Browse the repository at this point in the history
addresses review comment #401 (comment)
  • Loading branch information
feuGeneA committed Jul 11, 2024
1 parent ef2dc26 commit 77d05a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/local/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ var _ = ginkgo.BeforeSuite(func() {

LocalNetworkInstance.DeployTeleporterRegistryContracts(teleporterContractAddress, fundedKey)
log.Info("Set up ginkgo before suite")

ginkgo.AddReportEntry(
"network directory with has node logs & configs; useful in the case of failures",
LocalNetworkInstance.tmpnet.Dir,
)
})

var _ = ginkgo.AfterSuite(func() {
Expand Down

0 comments on commit 77d05a9

Please sign in to comment.