1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-13 01:30:53 +02:00
This commit is contained in:
Jesse Duffield
2021-04-05 12:37:44 +10:00
parent 916f349d47
commit 5f46e1cdcd

View File

@ -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()