From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 13 Jan 2016 11:30:37 -0700 Subject: [U-Boot] [PATCH] test/fs: error case fixes/enhancements In-Reply-To: <1450130475-16482-1-git-send-email-swarren@wwwdotorg.org> References: <1450130475-16482-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <569697CD.4040601@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. Without this, the test > simply plows on spewing all kinds of errors which are hard to > immediately root-cause. Tom, Any thoughts on this patch?