Skip to content

Commit 9c973d3

Browse files
Merge pull request #753 from mykola-mokhnach/default_env
Inherit the default process environment by default
2 parents 6882bc8 + e19307d commit 9c973d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/appium/java_client/service/local/AppiumServiceBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public final class AppiumServiceBuilder
9393

9494
public AppiumServiceBuilder() {
9595
usingPort(DEFAULT_APPIUM_PORT);
96+
withEnvironment(System.getenv());
9697
}
9798

9899
private static void validateNodeStructure(File node) {

0 commit comments

Comments
 (0)