1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-06 03:53:59 +02:00
This commit is contained in:
Jesse Duffield 2021-04-05 12:37:44 +10:00
parent 549d73a0b1
commit 7953e58c74

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