Skip to content

Commit

Permalink
Exports tests: set ErrorActionPreference
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Mar 15, 2022
1 parent a0ecca5 commit 012157d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testdata/ci-exports-tests.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$ErrorActionPreference = "Stop"

Write-Host "Checking pkcs11proxy..."

if ( ( .\Dependencies.exe -exports .\pkcs11proxy.dll | Select-String -Pattern "C_GetFunctionList" -SimpleMatch -Quiet ) -ne $true ) {
Expand Down

0 comments on commit 012157d

Please sign in to comment.