Skip to content

Commit 5ec31b3

Browse files
Try another way to get AppVeyor to pass through -Djna.nosys=true
1 parent 82dca64 commit 5ec31b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test_script:
2929
- dotnet restore
3030
- npm install -g selenium-standalone
3131
- selenium-standalone install
32-
- ps: Start-Process selenium-standalone 'start'
32+
- ps: Start-Process selenium-standalone 'start','-Djna.nosys=true'
3333
- ps: Push-Location
3434
- cd test
3535
- npm install

0 commit comments

Comments
 (0)