Skip to content

Commit

Permalink
Travis output improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
gurevichmark committed Aug 18, 2020
1 parent 4b39799 commit 7874bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.pl
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ sub mark_time{
print GREEN "\n------Running xcat-inventory CI cases------\n";
$rst = run_inventory_cases();
if($rst){
print RED "Run inventory cases failed\n";
print RED "Run xcat-inventory testcases failed\n";
exit $rst;
}
mark_time("run_inventory_cases");
Expand Down

0 comments on commit 7874bbb

Please sign in to comment.