Re: [U-Boot] [PATCH 3/3 v2] test/fs: strip carriage-return from sandbox output

2016-09-08 Thread Tom Rini
On Thu, Sep 08, 2016 at 10:28:44PM +0200, Stefan Bruens wrote: > On Donnerstag, 11. August 2016 22:52:05 CEST you wrote: > > DM added carriage-returns to every newline. Strip everything after the > > 32 character long mdsum. > > > > Signed-off-by: Stefan Brüns > > --- > > test/fs/fs-test.sh | 2

Re: [U-Boot] [PATCH 3/3 v2] test/fs: strip carriage-return from sandbox output

2016-09-08 Thread Stefan Bruens
On Donnerstag, 11. August 2016 22:52:05 CEST you wrote: > DM added carriage-returns to every newline. Strip everything after the > 32 character long mdsum. > > Signed-off-by: Stefan Brüns > --- > test/fs/fs-test.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test/fs

[U-Boot] [PATCH 3/3 v2] test/fs: strip carriage-return from sandbox output

2016-08-11 Thread Stefan Brüns
DM added carriage-returns to every newline. Strip everything after the 32 character long mdsum. Signed-off-by: Stefan Brüns --- test/fs/fs-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fs/fs-test.sh b/test/fs/fs-test.sh index 043e5d0..171b1de 100755 --- a/test/