From def8acdcd846582df5939446be0d73d50971ab18 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Fri, 27 Sep 2024 18:43:16 +0200 Subject: test: Kernel binary can now be passed via the KERNEL environmental variable This is quite useful at least for myself as I'm usually running tests using a guest kernel that's not the same as the one on the host. Signed-off-by: Stefano Brivio Reviewed-by: David Gibson --- test/lib/term | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lib/term') diff --git a/test/lib/term b/test/lib/term index 3834092..0fa0936 100755 --- a/test/lib/term +++ b/test/lib/term @@ -664,7 +664,7 @@ pause_continue() { # run_term() - Start tmux session, running entry point, with recording if needed run_term() { - TMUX="tmux new-session -s passt_test -eSTATEBASE=$STATEBASE -ePCAP=$PCAP -eDEBUG=$DEBUG" + TMUX="tmux new-session -s passt_test -eSTATEBASE=$STATEBASE -ePCAP=$PCAP -eDEBUG=$DEBUG -eKERNEL=$KERNEL" if [ ${CI} -eq 1 ]; then printf '\e[8;50;240t' -- cgit v1.2.3