Skip to content

Commit e1f999a

Browse files
TBBlegabriel-samfira
authored andcommitted
Add paired 'mount' log for 'unmount'
Signed-off-by: Paul "TBBle" Hampson <[email protected]>
1 parent 5788d6e commit e1f999a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

snapshots/testsuite/testsuite.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,8 @@ func check128LayersMount(name string) func(ctx context.Context, t *testing.T, sn
944944
t.Fatalf("[layer %d] failed to mount on the target(%s): %+v", i, preparing, err)
945945
}
946946

947+
t.Log("mount", preparing)
948+
947949
if err := fstest.CheckDirectoryEqual(preparing, flat); err != nil {
948950
testutil.Unmount(t, preparing)
949951
t.Fatalf("[layer %d] preparing doesn't equal to flat before apply: %+v", i, err)

0 commit comments

Comments
 (0)