Skip to content

Commit

Permalink
update test group title
Browse files Browse the repository at this point in the history
  • Loading branch information
tsharmaMW committed Jan 31, 2025
1 parent 6e5f4e3 commit 0240057
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
methods (Access=protected)

function runTestClass(plugin, pluginData)
disp("##teamcity[blockOpened name ='Running " + pluginData.Name + "']");
disp("##teamcity[blockOpened name ='" + pluginData.Name + "']");

% Invoke the super class method
[email protected](plugin, pluginData);

disp("##teamcity[blockClosed name ='Running " + pluginData.Name + "']");
disp("##teamcity[blockClosed name ='" + pluginData.Name + "']");
end

function runTest(plugin, pluginData)
Expand Down

0 comments on commit 0240057

Please sign in to comment.