diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-03 02:14:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-03 02:14:30 +0200 |
commit | d9d9c82184ad6d7e3fad07dfe2e99b158560d3a8 (patch) | |
tree | 32f6ace3dafa6fc0c0897dfeb2161d3f8e12ae69 /contrib/cirrus/integration_test.sh | |
parent | f3c494eb2824d6c12bdefe2266eab4f6d656005a (diff) | |
parent | 074a26f7a16770666095600d2dac252fbf2cb3e6 (diff) | |
download | podman-d9d9c82184ad6d7e3fad07dfe2e99b158560d3a8.tar.gz podman-d9d9c82184ad6d7e3fad07dfe2e99b158560d3a8.tar.bz2 podman-d9d9c82184ad6d7e3fad07dfe2e99b158560d3a8.zip |
Merge pull request #2849 from cevich/timestamps
Cirrus: timestamp all output script output
Diffstat (limited to 'contrib/cirrus/integration_test.sh')
-rwxr-xr-x | contrib/cirrus/integration_test.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/cirrus/integration_test.sh b/contrib/cirrus/integration_test.sh index 71223803c..5b73f0c6c 100755 --- a/contrib/cirrus/integration_test.sh +++ b/contrib/cirrus/integration_test.sh @@ -5,14 +5,6 @@ source $(dirname $0)/lib.sh req_env_var GOSRC SCRIPT_BASE OS_RELEASE_ID OS_RELEASE_VER CONTAINER_RUNTIME -exit_handler() { - set +ex - record_timestamp "integration test end" -} -trap exit_handler EXIT - -record_timestamp "integration test start" - cd "$GOSRC" if [[ "$SPECIALMODE" == "in_podman" ]] |