diff options
author | Tom Rini <trini@konsulko.com> | 2016-09-23 09:29:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-23 09:29:49 -0400 |
commit | df9e4cdabbb9ea2a1a1686d58bc389cb028a41f0 (patch) | |
tree | 62c3f4d620a406a0c9b276c22a7b524628182b74 | |
parent | b4976b49a01ac68f7dbb33657a44dcffe584fa4a (diff) | |
download | u-boot-df9e4cdabbb9ea2a1a1686d58bc389cb028a41f0.zip u-boot-df9e4cdabbb9ea2a1a1686d58bc389cb028a41f0.tar.gz u-boot-df9e4cdabbb9ea2a1a1686d58bc389cb028a41f0.tar.bz2 |
fs-test.sh: Update expected results
Thanks to Stefan Brüns we have more tests and a few more passes too,
update the expected output now.
Cc: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
-rwxr-xr-x | test/fs/fs-test.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/fs/fs-test.sh b/test/fs/fs-test.sh index 520344b..6e71b61 100755 --- a/test/fs/fs-test.sh +++ b/test/fs/fs-test.sh @@ -9,14 +9,14 @@ # It currently tests the fs/sb and native commands for ext4 and fat partitions # Expected results are as follows: # EXT4 tests: -# fs-test.sb.ext4.out: Summary: PASS: 17 FAIL: 2 -# fs-test.ext4.out: Summary: PASS: 10 FAIL: 9 -# fs-test.fs.ext4.out: Summary: PASS: 10 FAIL: 9 +# fs-test.sb.ext4.out: Summary: PASS: 23 FAIL: 0 +# fs-test.ext4.out: Summary: PASS: 14 FAIL: 9 +# fs-test.fs.ext4.out: Summary: PASS: 14 FAIL: 9 # FAT tests: -# fs-test.sb.fat.out: Summary: PASS: 17 FAIL: 2 -# fs-test.fat.out: Summary: PASS: 19 FAIL: 0 -# fs-test.fs.fat.out: Summary: PASS: 19 FAIL: 0 -# Total Summary: TOTAL PASS: 92 TOTAL FAIL: 22 +# fs-test.sb.fat.out: Summary: PASS: 23 FAIL: 0 +# fs-test.fat.out: Summary: PASS: 20 FAIL: 3 +# fs-test.fs.fat.out: Summary: PASS: 20 FAIL: 3 +# Total Summary: TOTAL PASS: 114 TOTAL FAIL: 24 # pre-requisite binaries list. PREREQ_BINS="md5sum mkfs mount umount dd fallocate mkdir" |