set home as current directory

This commit is contained in:
Matthew Griffith 2020-03-13 20:04:48 -04:00
parent ec2aa57994
commit b68df09b58

View File

@ -210,6 +210,7 @@ async function run_test(driver, url) {
NAME: program.name,
GIT_EMAIL: "automation@elm-ui.com",
GIT_NAME: "Elm UI Automation",
HOME: ".",
SSH_AUTH_SOCK: process.env.SSH_AUTH_SOCK,
SSH_AGENT_PID: process.env.SSH_AGENT_PID
}