]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/runtime/stap: fix module name: stap-hello -> stap_hello
authorVictor Kamensky <victor.kamensky7@gmail.com>
Tue, 17 Jun 2025 05:25:39 +0000 (22:25 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jun 2025 08:51:33 +0000 (09:51 +0100)
commitbb916c60a32be57babaf67d0bcad4724547feb31
tree2ff3722648d017207aa2a4479c68366beb8a9571
parentfe684159ce99c83d87486142c1bd9fe3516f2984
oeqa/runtime/stap: fix module name: stap-hello -> stap_hello

Systemtap refuses modules names like stap-hello, it says:
> ERROR: Safety pattern mismatch for -m parameter ('stap-hello' vs. '^[a-z0-9_]+$') rc=1

'stap-hello' was introduced by:
6cf4d23a2d26c2767edd93f2eb317ff759b5a992 (oeqa/runtime/stap: improve systemtap test)
and '-m parameter' regexp check was in SystemTap from 2010,
not sure how this test case ever passed after mentioned change.

Signed-off-by: Victor Kamensky <victor.kamensky7@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/stap.py