]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fs-test.sh: minor fixes
authorStephen Warren <swarren@wwwdotorg.org>
Tue, 11 Aug 2015 04:45:14 +0000 (22:45 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:24:16 +0000 (10:24 +0200)
commit1e4d33f8337f9e445a065a5e8ea3150111a7246e
tree222fcbe6b308966fedfd28d1baa1b02137cc176f
parentfdb5256c2c084f7d7e19264fe11f4318b27053a2
fs-test.sh: minor fixes

- Re-direct stderr into the log files, so any errors U-Boot emits are
  visible in the logs. This is relevant if the "reset" shell command
  attempts to report that it's not supported on the sandbox board.
- Fix test_fs_nonfs() to name the files it created differently for each
  invocation. Otherwise, the logs from different tests overwrite
  each-other.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Suriyan Ramasami <suriyan.r@gmail.com>
test/fs/fs-test.sh