tests: matrix: print name in verbose output
This commit is contained in:
parent
df17f1d702
commit
63def5df5d
@ -36,8 +36,7 @@ func TestMain(m *testing.M) {
|
|||||||
for _, openssl := range []bool{true, false} {
|
for _, openssl := range []bool{true, false} {
|
||||||
for _, plaintextnames = range []bool{true, false} {
|
for _, plaintextnames = range []bool{true, false} {
|
||||||
if testing.Verbose() {
|
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)
|
test_helpers.ResetTmpDir(plaintextnames)
|
||||||
opts := []string{"--zerokey"}
|
opts := []string{"--zerokey"}
|
||||||
|
Loading…
Reference in New Issue
Block a user