1
0
mirror of https://passt.top/passt synced 2024-09-28 01:55:46 +00:00

test/lib/term: Don't run demo when started as ./run

I changed this in a previous commit by mistake, restore the original
command.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2022-02-28 04:24:54 +01:00
parent 04fd94ab07
commit 7992995d35

View File

@ -554,7 +554,7 @@ run_term() {
asciinema rec --overwrite demo.uncut -c 'tmux new-session -s passt_test ./run_demo from_term'
video_postprocess demo.uncut
else
tmux new-session -s passt_test ./run_demo from_term
tmux new-session -s passt_test ./run from_term
fi
}