Browse Source

set AppData env for tests

might fix the github windows workflow: "%AppData% is not defined"
pull/74/head
Linus789 3 years ago committed by Linus
parent
commit
8b6212e554
  1. 1
      main_test.go

1
main_test.go

@ -66,6 +66,7 @@ func TestScripts(t *testing.T) {
return err
}
e.Vars = append(e.Vars, "HOME="+home)
e.Vars = append(e.Vars, "AppData="+home)
e.Vars = append(e.Vars, "LocalAppData="+home)
e.Vars = append(e.Vars, "REPO_HOST="+staticRepoHost)
return nil

Loading…
Cancel
Save