commit | f99dc66d8e17d8db93232388970c5887643b0aef | [log] [tgz] |
---|---|---|
author | Lukasz Mrugala <lukaszx.mrugala@intel.com> | Mon Apr 22 12:22:37 2024 +0000 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Apr 23 21:27:07 2024 +0000 |
tree | 7c97b4afd89679accd3c73c793da568090cd5893 | |
parent | fdcd944c8251b33bac433a8438e0faee9f474e93 [diff] |
scripts: twister: Fix duplicate statusless testcases In some cases, Twister would report twice the amount of testcases run than expected, with half of them lacking any status. This change fixes erroneous ELF testcase name extraction, which deleted every instance of 'test_' in the name, rather than just the first. Signed-off-by: Lukasz Mrugala <lukaszx.mrugala@intel.com>