From c76518a6ef1978a92cc6ab8e854ee27b386fe272 Mon Sep 17 00:00:00 2001 From: methylDragon Date: Fri, 3 Jun 2022 18:27:10 -0700 Subject: [PATCH] Migrate follow-on env vars Signed-off-by: methylDragon --- src/MainWindow.cc | 4 ++-- src/plugins/topic_viewer/TopicViewer_TEST.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MainWindow.cc b/src/MainWindow.cc index d238e38c5..5cb397d68 100644 --- a/src/MainWindow.cc +++ b/src/MainWindow.cc @@ -226,8 +226,8 @@ void MainWindow::OnStopServer() gzerr << "Calling service [" << this->dataPtr->controlService << "] to " << "stop the server failed. Please check that the " << " 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; } } diff --git a/src/plugins/topic_viewer/TopicViewer_TEST.cc b/src/plugins/topic_viewer/TopicViewer_TEST.cc index fdf6112a9..b0d00994c 100644 --- a/src/plugins/topic_viewer/TopicViewer_TEST.cc +++ b/src/plugins/topic_viewer/TopicViewer_TEST.cc @@ -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;