commit | d65a79535f3461d83d854119fb8049b5cbd9e601 | [log] [tgz] |
---|---|---|
author | Anders Roxell <anders.roxell@linaro.org> | Mon Dec 02 21:03:15 2024 +0100 |
committer | Anders Roxell <anders.roxell@gmail.com> | Tue Dec 03 15:24:03 2024 +0100 |
tree | 4a644aa4b6aa61bf2d907c02508f8b8176927b96 | |
parent | 978d12e0b987e0d133f4ba150a957b5deaccc59e [diff] |
automated: linux: xfstests: fix result output The result output doesn't drop '.notrun', '.out.bad' and '.full' from the test name so it looks like 'brtf-006.notrun skip' and the sed cmdline assumes that '.notrun' is at the end of the row, which it were before it got reformated. When dropping the '$' from sed cmdline it works as expected. Signed-off-by: Anders Roxell <anders.roxell@linaro.org>