Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PatentLobster committed Sep 23, 2023
1 parent cbf8475 commit 34ae43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ for variant in "${variants[@]}"; do
;;

devcontainer)
run_test "${os}" "" "~/.repo/scripts/vhs.sh"
run_test "${os}" "" "ls ~/.repo && ~/.repo/scripts/vhs.sh"
;;

zsh)
Expand Down
2 changes: 1 addition & 1 deletion scripts/vhs/tmux-vhs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function emulate_typing() {
# Send the text to the specified tmux session
tmux send-keys -t "$session_name" "$text_to_type" C-m
}
tmux new -s "$session_name" -d -x $x -y $y "zsh"
RUNNER_TRACKING_ID="" && tmux new -s "$session_name" -d -x $x -y $y "zsh"
#exec tmux new -s "$session_name" -x $x -y $y "zsh" -d
tmux ls

Expand Down

0 comments on commit 34ae43f

Please sign in to comment.