diff options
author | Chris Evich <cevich@redhat.com> | 2019-04-04 13:55:18 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-05-02 15:03:15 -0400 |
commit | 3ab67b9c30cf413c2b40f4b636418fec475c434a (patch) | |
tree | 18f158ae04ca9fd4b97a272307d4ab76a1c6bf99 /contrib/cirrus/rootless_test.sh | |
parent | ccf28a89bdded86b044f2fd3aa3389b923a81988 (diff) | |
download | podman-3ab67b9c30cf413c2b40f4b636418fec475c434a.tar.gz podman-3ab67b9c30cf413c2b40f4b636418fec475c434a.tar.bz2 podman-3ab67b9c30cf413c2b40f4b636418fec475c434a.zip |
Cirrus: timestamp all output script output
Also remove direct time-stamping by CI scripts that would compete.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/rootless_test.sh')
-rwxr-xr-x | contrib/cirrus/rootless_test.sh | 4 |
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" |