Try another way to get AppVeyor to pass through -Djna.nosys=true
This commit is contained in:
parent
82dca64b8a
commit
5ec31b3672
|
|
@ -29,7 +29,7 @@ test_script:
|
|||
- dotnet restore
|
||||
- npm install -g selenium-standalone
|
||||
- selenium-standalone install
|
||||
- ps: Start-Process selenium-standalone 'start'
|
||||
- ps: Start-Process selenium-standalone 'start','-Djna.nosys=true'
|
||||
- ps: Push-Location
|
||||
- cd test
|
||||
- npm install
|
||||
|
|
|
|||
Loading…
Reference in New Issue