tests: matrix: print name in verbose output

This commit is contained in:
Jakob Unterwurzacher 2016-07-11 21:42:40 +02:00
parent df17f1d702
commit 63def5df5d
1 changed files with 1 additions and 2 deletions

View File

@ -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"}