commit | 544711c376b1a6ae5c3a0cbdb8517c59e47a1273 | [log] [tgz] |
---|---|---|
author | Anders Roxell <anders.roxell@linaro.org> | Mon Dec 02 14:15:33 2024 +0100 |
committer | Anders Roxell <anders.roxell@gmail.com> | Tue Dec 03 15:24:19 2024 +0100 |
tree | 8da1568f2b4967fb9ff1824ec8a139720fb89f33 | |
parent | d65a79535f3461d83d854119fb8049b5cbd9e601 [diff] |
automated: linux: gpiod: parse-output: drop 'tests' prefix The output of the test name always starts with a '_' which is wrong. Removing that by remove the prefixed '{tests}_' the testname, and the 'tests' variable was assigned to an empty string. This resulted in that the testname started with a prefix '_'. Signed-off-by: Anders Roxell <anders.roxell@linaro.org>