File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ build_script:
6969test_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 -test.exe" });
7373 If ($BC_TEST_EXES.Count -ne 1) {
7474 Write-Host "Failure, invalid count of test executables." -ForegroundColor Red;
7575 exit 1;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ includedir=@includedir@
1717#==============================================================================
1818Name: libbitcoin
1919Description: Bitcoin Cross-Platform C++ Development Toolkit
20- URL: https://github.com/libbitcoin/libbitcoin
20+ URL: https://github.com/libbitcoin/libbitcoin-system
2121Version: @PACKAGE_VERSION@
2222
2323
You can’t perform that action at this time.
0 commit comments