Skip to content

Commit

Permalink
WIP: Fix accidental commenting of image building
Browse files Browse the repository at this point in the history
  • Loading branch information
jamlo committed Oct 28, 2024
1 parent 84ae94c commit 292ecd8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test_integration/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ func TestMain(m *testing.M) {
// os.Exit(1)
//}
//
//// TODO: Maybe we do not need to created images, but just inject
//// TODO: them with artifacts before container starts the starts (certs and binary and configs)
//err = utils.BuildBaseImages(globalTestExecutionId)
//if err != nil {
// log.Println("Error building base images: ", err.Error())
// os.Exit(1)
//}
// TODO: Maybe we do not need to created images, but just inject
// TODO: them with artifacts before container starts the starts (certs and binary and configs)
err = utils.BuildBaseImages(globalTestExecutionId)
if err != nil {
log.Println("Error building base images: ", err.Error())
os.Exit(1)
}

exitCode := m.Run()

Expand Down

0 comments on commit 292ecd8

Please sign in to comment.