We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c90579 + 599721a commit 6d680b7Copy full SHA for 6d680b7
.appveyor.yml
@@ -69,7 +69,7 @@ build_script:
69
test_script:
70
- ps: >-
71
Write-Host "Locating test executables..." -ForegroundColor Yellow;
72
- $BC_TEST_EXES = @(Get-ChildItem -Path "$env:APPVEYOR_BUILD_FOLDER\bin" -recurse | Where-Object { $_.Name -eq "$env:APPVEYOR_PROJECT_NAME-test.exe" });
+ $BC_TEST_EXES = @(Get-ChildItem -Path "$env:APPVEYOR_BUILD_FOLDER\bin" -recurse | Where-Object { $_.Name -eq "libbitcoin-protocol-test.exe" });
73
If ($BC_TEST_EXES.Count -ne 1) {
74
Write-Host "Failure, invalid count of test executables." -ForegroundColor Red;
75
exit 1;
0 commit comments