Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 3cfcede

Browse files
author
Marcel Kalai
committed
patches for tests to support building on windows - cleanup
1 parent f6067ee commit 3cfcede

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

SeleniumGridExtras/src/main/java/com/groupon/seleniumgridextras/config/DefaultConfig.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@ private static void loadTeardownConfig() {
9797
private static void loadWebDriverInfo() {
9898
String tmpDir = RuntimeConfig.getOS().getFileSeparator();
9999

100-
if (!RuntimeConfig.getOS().isWindows() || true) {
101-
tmpDir = tmpDir + "tmp" + RuntimeConfig.getOS().getFileSeparator();
102-
}
100+
tmpDir = tmpDir + "tmp" + RuntimeConfig.getOS().getFileSeparator();
103101

104102
config.getWebdriver().setDirectory(tmpDir + "webdriver");
105103
config.getWebdriver().setVersion(DefaultConfig.getWebDriverDefaultVersion());

0 commit comments

Comments
 (0)