aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-07-11 21:42:40 +0200
committerJakob Unterwurzacher2016-07-11 21:42:40 +0200
commit63def5df5d00252043794153705f393f4377294d (patch)
treef54e2008469eee32e024338ad83979de52fa45b9 /tests
parentdf17f1d702bea709228b9923a8ed2fc19005ba43 (diff)
tests: matrix: print name in verbose output
Diffstat (limited to 'tests')
-rw-r--r--tests/matrix/matrix_test.go3
1 files changed, 1 insertions, 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"}