Skip to content

Commit fa35f49

Browse files
authored
Merge pull request #258 from pmienk/version3
Regenerate artifacts.
2 parents 8686657 + 9d6fb54 commit fa35f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ build_script:
6363
test_script:
6464
- ps: >-
6565
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" });
66+
$BC_TEST_EXES = @(Get-ChildItem -Path "$env:APPVEYOR_BUILD_FOLDER\bin" -recurse | Where-Object { $_.Name -eq "libbitcoin-database-test.exe" });
6767
If ($BC_TEST_EXES.Count -ne 1) {
6868
Write-Host "Failure, invalid count of test executables." -ForegroundColor Red;
6969
exit 1;

0 commit comments

Comments
 (0)