Skip to content

Commit

Permalink
Migrate follow-on env vars
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <methylDragon@gmail.com>
  • Loading branch information
methylDragon committed Jun 7, 2022
1 parent cf54ba2 commit c76518a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/MainWindow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ void MainWindow::OnStopServer()
gzerr << "Calling service [" << this->dataPtr->controlService << "] to "
<< "stop the server failed. Please check that the "
<< "<server_control_service> of the GUI is configured correctly and "
<< "that the server is running in the same IGN_PARTITION and with "
<< "the same configuration of IGN_TRANSPORT_TOPIC_STATISTICS."
<< "that the server is running in the same GZ_PARTITION and with "
<< "the same configuration of GZ_TRANSPORT_TOPIC_STATISTICS."
<< std::endl;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/topic_viewer/TopicViewer_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ TEST(TopicViewerTest, IGN_UTILS_TEST_ENABLED_ONLY_ON_LINUX(Load))
// See https://github.com/gazebosim/gz-gui/issues/75
TEST(TopicViewerTest, IGN_UTILS_TEST_ENABLED_ONLY_ON_LINUX(Model))
{
setenv("IGN_PARTITION", "ign-gazebo-test", 1);
setenv("GZ_PARTITION", "ign-gazebo-test", 1);

// =========== Publish =================
transport::Node node;
Expand Down

0 comments on commit c76518a

Please sign in to comment.