mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
test/system: fix log timestamp work around
We have the full nanosecond precision now also in the remote API after
commit 60a5a476d5.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
417d82b0a8
commit
73135ff6f0
1 changed files with 0 additions and 7 deletions
|
|
@ -43,13 +43,6 @@ function _log_test_tail() {
|
|||
assert "$log1" =~ "^[0-9-]+T[0-9:.]+([\+-][0-9:]+|Z) test2" \
|
||||
"logs should only show last line"
|
||||
|
||||
# Sigh. I hate doing this, but podman-remote --timestamp only has 1-second
|
||||
# resolution (regular podman has sub-second). For the timestamps-differ
|
||||
# check below, we need to force a different second.
|
||||
if is_remote; then
|
||||
sleep 2
|
||||
fi
|
||||
|
||||
run_podman restart $cid
|
||||
run_podman wait $cid
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue