Commit 79dec7c
Bug fix with multiple kernels (#5022)
* Bug fix with multiple kernels
It's not possible to set a Kernel different of the AppKernel, and I have
two kernels an Admin and an Api, and I need use ApiKernel to run tests
This commit makes a checking if kernel defined exists in the path.
Because the previous version he gets the first kernel in my case it gets
AdminKernel and always returns Kernel not found
* Remove 1 space after closing parenthesis1 parent 2ec9ff6 commit 79dec7c
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
290 | 289 | | |
291 | 290 | | |
292 | 291 | | |
293 | 292 | | |
294 | 293 | | |
295 | 294 | | |
296 | | - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
297 | 299 | | |
298 | 300 | | |
299 | 301 | | |
300 | 302 | | |
301 | 303 | | |
302 | 304 | | |
303 | | - | |
| 305 | + | |
304 | 306 | | |
305 | 307 | | |
306 | 308 | | |
| |||
0 commit comments