diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-01-26 07:27:05 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-01-26 16:30:59 +0100 |
commit | 6910c1ef28f444350903fef47cefb37255fbf245 (patch) | |
tree | 7b174098fbf1d6b53fb368cc9afc4ebcb719d2f0 /test/demo | |
parent | 33b1bdd079f1b40dffb040e40579d7434c28d10a (diff) | |
download | passt-6910c1ef28f444350903fef47cefb37255fbf245.tar passt-6910c1ef28f444350903fef47cefb37255fbf245.tar.gz passt-6910c1ef28f444350903fef47cefb37255fbf245.tar.bz2 passt-6910c1ef28f444350903fef47cefb37255fbf245.tar.lz passt-6910c1ef28f444350903fef47cefb37255fbf245.tar.xz passt-6910c1ef28f444350903fef47cefb37255fbf245.tar.zst passt-6910c1ef28f444350903fef47cefb37255fbf245.zip |
demo/pasta: Don't wait for pasta to return to a prompt
Debug information might be printed after a prompt is seen,
just wait those 3 seconds and be done with it.
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/demo')
-rw-r--r-- | test/demo/pasta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/demo/pasta b/test/demo/pasta index ffdd961..f8f0cd0 100644 --- a/test/demo/pasta +++ b/test/demo/pasta @@ -49,7 +49,7 @@ nl say without PID, it will create a namespace. sleep 3 passt cd __TEMPDIR__/passt -passt ./pasta +passtb ./pasta sleep 3 nl |