diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-02-28 02:50:25 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-02-28 02:50:25 +0100 |
commit | 28fb9604518572c579e7516fb161d93295ad2b23 (patch) | |
tree | 7b4f06d5ef0df2ef4e61912546db060c5dd51c6c /test/demo | |
parent | 6d661dc5b291358f844afb6910ebef93d6c92a95 (diff) | |
download | passt-28fb9604518572c579e7516fb161d93295ad2b23.tar passt-28fb9604518572c579e7516fb161d93295ad2b23.tar.gz passt-28fb9604518572c579e7516fb161d93295ad2b23.tar.bz2 passt-28fb9604518572c579e7516fb161d93295ad2b23.tar.lz passt-28fb9604518572c579e7516fb161d93295ad2b23.tar.xz passt-28fb9604518572c579e7516fb161d93295ad2b23.tar.zst passt-28fb9604518572c579e7516fb161d93295ad2b23.zip |
demo/pasta: Exit namespace in 'ns' pane before restarting pasta
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/demo')
-rw-r--r-- | test/demo/pasta | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/demo/pasta b/test/demo/pasta index c136965..b2dd327 100644 --- a/test/demo/pasta +++ b/test/demo/pasta @@ -167,6 +167,7 @@ say Let's have a (quick!) look at performance nl say more in the "Performance" section below. sleep 3 +ns exit passt exit passt CFLAGS="-g" make avx2 sleep 2 |