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 8686657 + 9d6fb54 commit fa35f49Copy full SHA for fa35f49
.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-database-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