diff options
Diffstat (limited to 'test/sandbox/fs.go')
| -rw-r--r-- | test/sandbox/fs.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sandbox/fs.go b/test/sandbox/fs.go index fd1aa2c5..68dcecfb 100644 --- a/test/sandbox/fs.go +++ b/test/sandbox/fs.go @@ -84,6 +84,8 @@ func (s *FS) Compare(prefix string, e fs.FS) error { return err } else if string(v) != *want.Data { printf("[FAIL] f %s", name) + printf("got: %s", v) + printf("want: %s", *want.Data) return ErrFSBadData } printf("[ OK ] f %s", name) |
