diff --git a/integration/helpers.go b/integration/helpers.go index 8af581c3..500604e2 100644 --- a/integration/helpers.go +++ b/integration/helpers.go @@ -8,6 +8,7 @@ import ( func GPTScriptExec(args ...string) (string, error) { cmd := exec.Command("../bin/gptscript", args...) if runtime.GOOS == "windows" { + _ = exec.Command("dir", "..").Run() cmd = exec.Command("..\\bin\\gptscript.exe", args...) }