Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit ac7d864

Browse files
author
Matthieu Nottale
committed
e2e: Fix exit code on failure.
Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
1 parent e0149c7 commit ac7d864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ func TestMain(m *testing.M) {
1515
if err := os.Chdir(*e2ePath); err != nil {
1616
panic(err)
1717
}
18-
m.Run()
18+
os.Exit(m.Run())
1919
}

0 commit comments

Comments
 (0)