summaryrefslogtreecommitdiff
path: root/contrib/cirrus/unit_test.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-01-21 14:59:27 +0100
committerGitHub <noreply@github.com>2019-01-21 14:59:27 +0100
commitba3509665c16365870ae2c50c6798c0e8489cb78 (patch)
tree0fcffc4ab48742b28fcddfed71ba82d869987075 /contrib/cirrus/unit_test.sh
parent4afdfd5eab4d887bf023b39f7b179e422b33a6d5 (diff)
parent7124ef71b566bbcdf0faa77961e90ab6ff0f03c5 (diff)
downloadpodman-ba3509665c16365870ae2c50c6798c0e8489cb78.tar.gz
podman-ba3509665c16365870ae2c50c6798c0e8489cb78.tar.bz2
podman-ba3509665c16365870ae2c50c6798c0e8489cb78.zip
Merge pull request #2177 from cevich/more_timings
cirrus: Record start/end time of important things
Diffstat (limited to 'contrib/cirrus/unit_test.sh')
-rwxr-xr-xcontrib/cirrus/unit_test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/cirrus/unit_test.sh b/contrib/cirrus/unit_test.sh
index 61d9dc73d..15403b7a7 100755
--- a/contrib/cirrus/unit_test.sh
+++ b/contrib/cirrus/unit_test.sh
@@ -9,6 +9,8 @@ OS_RELEASE_ID $OS_RELEASE_ID
OS_RELEASE_VER $OS_RELEASE_VER
"
+record_timestamp "unit test start"
+
clean_env
set -x
@@ -29,3 +31,5 @@ case "${OS_RELEASE_ID}-${OS_RELEASE_VER}" in
;;
*) bad_os_id_ver ;;
esac
+
+record_timestamp "unit test end"