Commit 438243f
committed
fix(tests): Protect the
The `nodelet` and the `plugin` were using an absolute path, which
would get clobbered by concurrent tests, which can then lead to
spurious fails. Using relative paths makes this much more stable.test_log_rpc from concurrent tests1 parent 846f38f commit 438243f
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
234 | 236 | | |
235 | 237 | | |
236 | 238 | | |
| |||
0 commit comments