diff options
| author | Jakob Unterwurzacher | 2016-07-11 21:42:40 +0200 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2016-07-11 21:42:40 +0200 | 
| commit | 63def5df5d00252043794153705f393f4377294d (patch) | |
| tree | f54e2008469eee32e024338ad83979de52fa45b9 | |
| parent | df17f1d702bea709228b9923a8ed2fc19005ba43 (diff) | |
tests: matrix: print name in verbose output
| -rw-r--r-- | tests/matrix/matrix_test.go | 3 | 
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"} | 
