mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
autotest: RiTW using Zellij
This commit is contained in:
parent
ba7fc3f53f
commit
bc29550c9b
@ -44,6 +44,9 @@ elif [ -n "$DISPLAY" -a -n "$(which gnome-terminal)" ]; then
|
||||
elif [ -n "$STY" ]; then
|
||||
# We are running inside of screen, try to start it there
|
||||
screen -X screen -t "$name" bash -c "cd $PWD; $*"
|
||||
elif [ -n "$ZELLIJ" ]; then
|
||||
# Create a new pane to run
|
||||
zellij run -n "$name" -- "$1" "${@:2}"
|
||||
else
|
||||
filename="/tmp/$name.log"
|
||||
echo "RiTW: Window access not found, logging to $filename"
|
||||
|
Loading…
Reference in New Issue
Block a user