Commit 0f7d506
committed
kernel/kselftest.py: fix cancellation check for pmu event_code_tests
Move the cancellation check for pmu/event_code_tests to the test
execution block to ensure it correctly verifies the existence of
the required directory and avoids early cancellation.
Signed-off-by: Disha Goel <disgoel@linux.ibm.com>1 parent d74c03e commit 0f7d506
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | 132 | | |
135 | 133 | | |
136 | 134 | | |
| |||
183 | 181 | | |
184 | 182 | | |
185 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
186 | 189 | | |
187 | 190 | | |
188 | 191 | | |
| |||
0 commit comments