Skip to content

Commit

Permalink
Add fatal message
Browse files Browse the repository at this point in the history
  • Loading branch information
akalin committed Sep 22, 2018
1 parent 25a6a28 commit 3955886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 3955886

Please sign in to comment.