From 7874bbb7cfbc500bb98c698a26db0edb69cb8263 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Tue, 18 Aug 2020 11:15:53 -0400 Subject: [PATCH] Travis output improvements --- travis.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.pl b/travis.pl index 1dfa842..073034e 100644 --- a/travis.pl +++ b/travis.pl @@ -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");