Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3c1a1ff

Browse filesBrowse files
Attempt to make selenium-standalone run on AppVeyor
1 parent cd24090 commit 3c1a1ff
Copy full SHA for 3c1a1ff

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Open diff view settings
Collapse file

‎appveyor.yml‎

Copy file name to clipboardExpand all lines: appveyor.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ test_script:
3434
- dotnet restore
3535
- npm install -g selenium-standalone
3636
- selenium-standalone install
37-
# The nosys flag is needed for selenium to work on Appveyor
38-
- ps: Start-Process selenium-standalone 'start','--','-Djna.nosys=true'
37+
- ps: Start-Process selenium-standalone 'start'
3938
- ps: Push-Location
4039
- cd test
4140
- npm install

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.