aboutsummaryrefslogtreecommitdiff
path: root/tests/example_filesystems/example_filesystems_test.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-07-11 20:40:53 +0200
committerJakob Unterwurzacher2016-07-11 20:41:53 +0200
commitdf17f1d702bea709228b9923a8ed2fc19005ba43 (patch)
treebeedbd8f26f8f4264558c86e8ecd699238062287 /tests/example_filesystems/example_filesystems_test.go
parent1c54fcd04bbf274dd5d4300e433bdcb1bb32e1ce (diff)
tests: add verbose output when unmounting
Diffstat (limited to 'tests/example_filesystems/example_filesystems_test.go')
-rw-r--r--tests/example_filesystems/example_filesystems_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/example_filesystems/example_filesystems_test.go b/tests/example_filesystems/example_filesystems_test.go
index e38d3e6..8b01555 100644
--- a/tests/example_filesystems/example_filesystems_test.go
+++ b/tests/example_filesystems/example_filesystems_test.go
@@ -24,7 +24,7 @@ func TestMain(m *testing.M) {
flag.Parse()
for _, opensslOpt = range []string{"-openssl=false", "-openssl=true"} {
if testing.Verbose() {
- fmt.Printf("TestMain: testing with %q\n", opensslOpt)
+ fmt.Printf("example_filesystems: testing with %q\n", opensslOpt)
}
test_helpers.ResetTmpDir(true)
r := m.Run()