Skip to content

Commit

Permalink
Backport portion of #1771 to fix command-line test
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Feb 11, 2023
1 parent 78b7181 commit 940e5f3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ign_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ TEST(CmdLine, CachedFuelWorld)
std::string projectPath = std::string(PROJECT_SOURCE_PATH) + "/test/worlds";
ignition::common::setenv("IGN_FUEL_CACHE_PATH", projectPath.c_str());
std::string cmd = kIgnCommand + " -r -v 4 --iterations 5" +
" https://fuel.gazebosim.org/1.0/OpenRobotics/worlds/Test%20world";
" https://fuel.gazebosim.org/1.0/openroboticstest/worlds/test%20world";
std::cout << "Running command [" << cmd << "]" << std::endl;

std::string output = customExecStr(cmd);
Expand Down

0 comments on commit 940e5f3

Please sign in to comment.