summaryrefslogtreecommitdiff
path: root/contrib/cirrus/rootless_test.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-05-03 02:14:30 +0200
committerGitHub <noreply@github.com>2019-05-03 02:14:30 +0200
commitd9d9c82184ad6d7e3fad07dfe2e99b158560d3a8 (patch)
tree32f6ace3dafa6fc0c0897dfeb2161d3f8e12ae69 /contrib/cirrus/rootless_test.sh
parentf3c494eb2824d6c12bdefe2266eab4f6d656005a (diff)
parent074a26f7a16770666095600d2dac252fbf2cb3e6 (diff)
downloadpodman-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/rootless_test.sh')
-rwxr-xr-xcontrib/cirrus/rootless_test.sh4
1 files changed, 0 insertions, 4 deletions
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"