Skip to content

Commit 599721a

Browse files
committed
Regenerate artifacts.
1 parent 1c90579 commit 599721a

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
@@ -69,7 +69,7 @@ build_script:
6969
test_script:
7070
- ps: >-
7171
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" });
72+
$BC_TEST_EXES = @(Get-ChildItem -Path "$env:APPVEYOR_BUILD_FOLDER\bin" -recurse | Where-Object { $_.Name -eq "libbitcoin-protocol-test.exe" });
7373
If ($BC_TEST_EXES.Count -ne 1) {
7474
Write-Host "Failure, invalid count of test executables." -ForegroundColor Red;
7575
exit 1;

0 commit comments

Comments
 (0)