mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-12 00:26:24 -04:00
try this
This commit is contained in:
parent
549d73a0b1
commit
7953e58c74
|
|
@ -315,6 +315,7 @@ func runLazygit(t *testing.T, testPath string, rootDir string, configDir string,
|
|||
cmd.Env,
|
||||
fmt.Sprintf("REPLAY_EVENTS_FROM=%s", replayPath),
|
||||
"HEADLESS=true",
|
||||
"term=xterm",
|
||||
)
|
||||
|
||||
err = cmd.Run()
|
||||
|
|
|
|||
Loading…
Reference in a new issue