Re: [U-Boot] [PATCH] test/fs: error case fixes/enhancements

2016-01-13 Thread Stephen Warren
On 12/14/2015 03:01 PM, Stephen Warren wrote: From: Stephen Warren - 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. Withou

[U-Boot] [PATCH] test/fs: error case fixes/enhancements

2015-12-14 Thread Stephen Warren
From: Stephen Warren - 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 kin