You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix GTest Death Style Tests and LoadDirectory test in conda (#5469)
- GTest Death Style Tests clone the current process but don't follow
the PATH to discover the executed binary. As in conda, we use
relative path and the tests are installed in bin this fails. This
change makes sure that tests are invoked with the full path specified.
- LoadDirectory tests assume that the plugins are located next to the
test binary while in conda they are copied to the global lib dir. This
PR accounts for that.
Signed-off-by: Janusz Lisiecki <[email protected]>
0 commit comments