aboutgitcodebugslistschat
path: root/test
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2022-02-28 04:24:54 +0100
committerStefano Brivio <sbrivio@redhat.com>2022-02-28 04:24:54 +0100
commit7992995d3567bdd5438ea148fac68180db1fc902 (patch)
treeead9b5d53b93973ed22fb2484a9163a85da3a96d /test
parent04fd94ab07ff18f0e0600b0ddc7a41105bed0ff2 (diff)
downloadpasst-7992995d3567bdd5438ea148fac68180db1fc902.tar
passt-7992995d3567bdd5438ea148fac68180db1fc902.tar.gz
passt-7992995d3567bdd5438ea148fac68180db1fc902.tar.bz2
passt-7992995d3567bdd5438ea148fac68180db1fc902.tar.lz
passt-7992995d3567bdd5438ea148fac68180db1fc902.tar.xz
passt-7992995d3567bdd5438ea148fac68180db1fc902.tar.zst
passt-7992995d3567bdd5438ea148fac68180db1fc902.zip
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>
Diffstat (limited to 'test')
-rwxr-xr-xtest/lib/term2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/term b/test/lib/term
index 205a6a9..c92d8bd 100755
--- a/test/lib/term
+++ b/test/lib/term
@@ -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
}