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>
1 file changed
tree: 4a644aa4b6aa61bf2d907c02508f8b8176927b96
  1. .github/
  2. .reuse/
  3. automated/
  4. docs/
  5. LICENSES/
  6. manual/
  7. mkdocs_plugin/
  8. plans/
  9. test/
  10. .gitignore
  11. .readthedocs.yml
  12. COPYING
  13. COPYRIGHTS
  14. mkdocs.yml
  15. README.md
  16. sanity-check.sh
  17. test.sh
  18. validate.py
README.md

Build Status REUSE Compliance Check

Test Definitions

A set of testing scripts designed to work with LAVA. Also contains test-runner script that allows execution outside LAVA.

More details in docs