Home
last modified time | relevance | path

Searched hist:"08 eee2718aefea16d7a7e32e318ff03a1539e5c2" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/test/fs/
H A Dfs-test.sh08eee2718aefea16d7a7e32e318ff03a1539e5c2 Mon Dec 14 22:01:15 UTC 2015 Stephen Warren <swarren@nvidia.com> test/fs: error case fixes/enhancements

- Use "mkdir -p" to avoid errors when intermediate directories are
missing.
- Fall back to "dd" when "fallocate" fails. For example, fallocate isn't
supported on ext4.
- Add error checking for test image generation. Without this, the test
simply plows on spewing all kinds of errors which are hard to
immediately root-cause.

Signed-off-by: Stephen Warren <swarren@nvidia.com>