diff --git a/sqlite3_test.go b/sqlite3_test.go index a91381a..b295ddd 100644 --- a/sqlite3_test.go +++ b/sqlite3_test.go @@ -1733,7 +1733,7 @@ func TestSuite(t *testing.T) { db = &TestDB{t, d, SQLITE, sync.Once{}} ok := testing.RunTests(func(string, string) (bool, error) { return true, nil }, tests) if !ok { - t.Fail() + t.Fatal("A subtest failed") } if !testing.Short() {