platformtest: harness: -failure.stop-and-keep-pool mode, prettier logging

This commit is contained in:
Christian Schwarz
2019-10-14 17:45:44 +02:00
parent f8f9fd11cd
commit 18d2c350de
4 changed files with 18 additions and 10 deletions
-3
View File
@@ -15,9 +15,6 @@ func GetNonexistent(ctx *platformtest.Context) {
+ "foo bar"
+ "foo bar@1"
`)
defer platformtest.Run(ctx, platformtest.PanicErr, ctx.RootDataset, `
DESTROYROOT
`)
// test raw
_, err := zfs.ZFSGetRawAnySource(fmt.Sprintf("%s/foo bar", ctx.RootDataset), []string{"name"})