* [PATCH] test/lib/term: Don't run demo when started as ./run
@ 2022-02-28 15:42 Stefano Brivio
0 siblings, 0 replies; only message in thread
From: Stefano Brivio @ 2022-02-28 15:42 UTC (permalink / raw)
To: passt-dev
[-- Attachment #1: Type: text/plain, Size: 639 bytes --]
I changed this in a previous commit by mistake, restore the original
command.
Signed-off-by: Stefano Brivio <sbrivio(a)redhat.com>
---
test/lib/term | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
}
--
@@ -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
}
--
2.34.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-02-28 15:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-28 15:42 [PATCH] test/lib/term: Don't run demo when started as ./run Stefano Brivio
Code repositories for project(s) associated with this public inbox
https://passt.top/passt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).