Skip to content

Commit

Permalink
[ci/appveyor] running integration tests as administrator due to needi…
Browse files Browse the repository at this point in the history
…ng the PROCESS_TERMINATE Windows access right
  • Loading branch information
ErikBjare committed Jun 8, 2017
1 parent 8febaef commit a304118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ build_script:
test_script:
# Run the project tests
- "%CMD_IN_ENV% make test"
- "%CMD_IN_ENV% make test-integration"
- '%CMD_IN_ENV% runas /user:Administrator "make test-integration"'

after_test:
# If tests are successful, create binary packages for the project.
Expand Down

0 comments on commit a304118

Please sign in to comment.