]> git.karo-electronics.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)
committerTom Rini <trini@konsulko.com>
Tue, 18 Aug 2015 17:45:59 +0000 (13:45 -0400)
commit04812605f37cbb9ee02317e5f2d845dcd4898550
treed26c067efe1d8ba094c7899c9770c65bbe6cde2c
parentea16c6a13bb3c3ee677b28253f2b7f3ec2bca700
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