Make bash integration tests more robust on macOS

This commit is contained in:
Kovid Goyal
2024-01-24 23:07:38 +05:30
parent 1293ee60e0
commit fa11858a72
4 changed files with 10 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ import (
"strings"
"kitty/tools/cli"
"kitty/tools/tty"
"kitty/tools/tui"
"kitty/tools/tui/shell_integration"
)
@@ -68,6 +69,9 @@ func main(args []string, opts *Options) (rc int, err error) {
return
}
var debugprintln = tty.DebugPrintln
var _ = debugprintln
func EntryPoint(root *cli.Command) *cli.Command {
sc := root.AddSubCommand(&cli.Command{
Name: "run-shell",