mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Make bash integration tests more robust on macOS
This commit is contained in:
parent
1293ee60e0
commit
fa11858a72
4 changed files with 10 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue