Skip to content

Commit 3955886

Browse files
committed
Add fatal message
1 parent 25a6a28 commit 3955886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,7 @@ func TestSuite(t *testing.T) {
17331733
db = &TestDB{t, d, SQLITE, sync.Once{}}
17341734
ok := testing.RunTests(func(string, string) (bool, error) { return true, nil }, tests)
17351735
if !ok {
1736-
t.Fail()
1736+
t.Fatal("A subtest failed")
17371737
}
17381738

17391739
if !testing.Short() {

0 commit comments

Comments
 (0)