Commit abd9660
committed
kselftest: result variable to be accessed universally
result variable, which stores the command output of selftest,
was being run either from test() or run_cmd(). This is based
on the component for which it was being run. This patch makes
it to be accessed from inside test() irrespective of where it is
run, to access the output for post process.
Additionally, packages to be installed are also fixed to be in
line with latest verions of Ubuntu.
Signed-off-by: Narasimhan V <16101053+narasimhan-v@users.noreply.github.com>1 parent 366d652 commit abd9660
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | | - | |
| 192 | + | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | | - | |
| 216 | + | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments