1
0
mirror of https://passt.top/passt synced 2024-06-29 22:42:46 +00:00

test/lib: Add small delay before trying to parse output

Don't fetch the log too early, we might get output from previous
commands.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2022-04-06 09:54:32 +02:00
parent a20d269630
commit 6e9464ff0a

View File

@ -203,6 +203,7 @@ pane_run() {
# $1: Pane name
pane_wait() {
__lc="$(echo "${1}" | tr [A-Z] [a-z])"
sleep 0.1 || sleep 1
__done=0
while