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:
parent
04fd94ab07
commit
7992995d35
1 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,7 @@ run_term() {
|
||||||
asciinema rec --overwrite demo.uncut -c 'tmux new-session -s passt_test ./run_demo from_term'
|
asciinema rec --overwrite demo.uncut -c 'tmux new-session -s passt_test ./run_demo from_term'
|
||||||
video_postprocess demo.uncut
|
video_postprocess demo.uncut
|
||||||
else
|
else
|
||||||
tmux new-session -s passt_test ./run_demo from_term
|
tmux new-session -s passt_test ./run from_term
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue