From a26722b8755d36acc17e787399ac085a02a2e3bd Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Tue, 5 Oct 2021 19:58:59 +0200 Subject: test/lib/term: Export PCAP and DEBUG variables for tmux sessions globally Otherwise, this would depend on the local tmux configuration. Signed-off-by: Stefano Brivio --- test/lib/term | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lib') diff --git a/test/lib/term b/test/lib/term index dfe173e..78e2bd3 100755 --- a/test/lib/term +++ b/test/lib/term @@ -530,6 +530,7 @@ pause_continue() { run_term() { export SHELL="/bin/sh" tmux set-option -g default-shell "/bin/sh" + tmux set-option -g update-environment "PCAP DEBUG" if [ ${CI} -eq 1 ]; then __xterm_done="$(mktemp)" -- cgit v1.2.3