We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d2d2f commit 9c5ce87Copy full SHA for 9c5ce87
1 file changed
core/rint/test/TTabComTests.cxx
@@ -92,6 +92,7 @@ TEST(TTabComTests, CompleteTH1)
92
{
93
ROOT::TestSupport::CheckDiagsRAII diagRAII;
94
diagRAII.optionalDiag(kError, "", "libGed[.so | .dll | .dylib | .sl | .dl | .a] does not exist in", false);
95
+ diagRAII.optionalDiag(kWarning, "TUnixSystem::SetDisplay", "DISPLAY not set", false); // When tested over ssh
96
if (0 == gSystem->Load("libGed")) {
97
expected += " TH1Editor";
98
}
0 commit comments