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/rootless_test.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'contrib/cirrus/rootless_test.sh') diff --git a/contrib/cirrus/rootless_test.sh b/contrib/cirrus/rootless_test.sh index 2803d4318..8351214f3 100755 --- a/contrib/cirrus/rootless_test.sh +++ b/contrib/cirrus/rootless_test.sh @@ -19,13 +19,9 @@ export PODMAN_VARLINK_ADDRESS=unix:/tmp/podman-$(id -u) echo "." echo "Hello, my name is $USER and I live in $PWD can I be your friend?" -record_timestamp "rootless test start" - cd "$GOSRC" make make varlink_generate make test-binaries make ginkgo make ginkgo-remote - -record_timestamp "rootless test end" -- cgit v1.2.3-54-g00ecf