From 3ab67b9c30cf413c2b40f4b636418fec475c434a Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Thu, 4 Apr 2019 13:55:18 -0400 Subject: Cirrus: timestamp all output script output Also remove direct time-stamping by CI scripts that would compete. Signed-off-by: Chris Evich --- contrib/cirrus/unit_test.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'contrib/cirrus/unit_test.sh') diff --git a/contrib/cirrus/unit_test.sh b/contrib/cirrus/unit_test.sh index a0964061f..0e8c9e2e2 100755 --- a/contrib/cirrus/unit_test.sh +++ b/contrib/cirrus/unit_test.sh @@ -5,8 +5,6 @@ source $(dirname $0)/lib.sh req_env_var GOSRC OS_RELEASE_ID OS_RELEASE_VER -record_timestamp "unit test start" - clean_env set -x @@ -14,5 +12,3 @@ cd "$GOSRC" make install.tools make localunit make - -record_timestamp "unit test end" -- cgit v1.2.3-54-g00ecf