Skip to content

Commit

Permalink
what is grant:r
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Aug 4, 2017
1 parent 5917701 commit 5a1a569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -20,7 +20,7 @@ test_script:
- npm --version
# - whoami /groups
# - icacls %APPVEYOR_BUILD_FOLDER% /grant appveyor:(OI)(CI)F
- icacls %APPVEYOR_BUILD_FOLDER%\test /grant Everyone:(OI)(CI)F /T
- icacls %APPVEYOR_BUILD_FOLDER%\test /grant:r Everyone:(OI)(CI)F /T
- cmd: psexec.exe \\localhost -w %APPVEYOR_BUILD_FOLDER% -l cmd.exe /c npm test
# - runas /showtrustlevels
# - cmd: runas /trustlevel:0x10000 "cmd.exe /c npm test"
Expand Down

0 comments on commit 5a1a569

Please sign in to comment.