We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f33fb82 + 9cb4344 commit 1ba25c9Copy full SHA for 1ba25c9
.appveyor.yml
@@ -63,7 +63,7 @@ build_script:
63
test_script:
64
- ps: >-
65
Write-Host "Locating test executables..." -ForegroundColor Yellow;
66
- $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-blockchain-test.exe" });
67
If ($BC_TEST_EXES.Count -ne 1) {
68
Write-Host "Failure, invalid count of test executables." -ForegroundColor Red;
69
exit 1;
0 commit comments