From 63def5df5d00252043794153705f393f4377294d Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 11 Jul 2016 21:42:40 +0200 Subject: [PATCH] tests: matrix: print name in verbose output --- tests/matrix/matrix_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/matrix/matrix_test.go b/tests/matrix/matrix_test.go index 2bd5b9f..1580328 100644 --- a/tests/matrix/matrix_test.go +++ b/tests/matrix/matrix_test.go @@ -36,8 +36,7 @@ func TestMain(m *testing.M) { for _, openssl := range []bool{true, false} { for _, plaintextnames = range []bool{true, false} { if testing.Verbose() { - fmt.Printf("Testing openssl=%v plaintextnames=%v\n", openssl, plaintextnames) - + fmt.Printf("matrix: testing openssl=%v plaintextnames=%v\n", openssl, plaintextnames) } test_helpers.ResetTmpDir(plaintextnames) opts := []string{"--zerokey"}