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

Commit 56e29e6

Browse files
committed
Print output on error.
1 parent 8aa555b commit 56e29e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

query/plugin/mysql/summary/summary_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func TestSummary(t *testing.T) {
3232
require.NotEmpty(t, dsn, "PCT_TEST_MYSQL_DSN is not set")
3333

3434
output, err := Summary(dsn)
35-
require.NoError(t, err)
35+
require.NoError(t, err, "output: %s", output)
3636

3737
assert.Regexp(t, "# Percona Toolkit MySQL Summary Report #", output)
3838
}

0 commit comments

Comments
 (0)