test/demo: Don't wait for # after pasta is started by perf report
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
4f69efcfba
commit
7f1e7019cb
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ say 'pasta' demo above.
|
|||
sleep 3
|
||||
|
||||
passt cd __TEMPDIR__/passt
|
||||
passt ./pasta
|
||||
passtb ./pasta
|
||||
sleep 3
|
||||
passt /sbin/dhclient
|
||||
sleep 2
|
||||
|
|
|
@ -169,7 +169,7 @@ sleep 3
|
|||
passt exit
|
||||
passt CFLAGS="-g" make avx2
|
||||
sleep 2
|
||||
passt perf record -g ./pasta
|
||||
passtb perf record -g ./pasta
|
||||
sleep 2
|
||||
|
||||
pout TARGET_PID echo $$
|
||||
|
|
Loading…
Reference in a new issue