We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be61c8 commit 31a2423Copy full SHA for 31a2423
src/gz_TEST.cc
@@ -37,6 +37,10 @@ static const std::string kGzModelCommand(
37
/////////////////////////////////////////////////
38
std::string customExecStr(std::string _cmd)
39
{
40
+ // Augment the system plugin path.
41
+ gz::common::setenv("GZ_SIM_SYSTEM_PLUGIN_PATH",
42
+ gz::common::joinPaths(std::string(PROJECT_BINARY_PATH), "lib").c_str());
43
+
44
_cmd += " 2>&1";
45
FILE *pipe = popen(_cmd.c_str(), "r");
46
0 commit comments