Skip to content

Commit

Permalink
Merge pull request #265 from pmienk/master
Browse files Browse the repository at this point in the history
Enable BOOST_WARN output, remove unsupported vsproj files.
  • Loading branch information
pmienk authored Mar 1, 2024
2 parents 3d2e481 + fbc3fd7 commit a79fd1e
Show file tree
Hide file tree
Showing 30 changed files with 4 additions and 1,898 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ jobs:
$BC_TEST_SINGLETON = $BC_TEST_EXES.FullName;
Write-Host "Executing $BC_TEST_SINGLETON $env:BOOST_UNIT_TEST_OPTIONS" -ForegroundColor Yellow;
try {
Invoke-Expression "$BC_TEST_SINGLETON --run_test=${{ matrix.tests }} $env:BOOST_UNIT_TEST_OPTIONS"
Invoke-Expression "$BC_TEST_SINGLETON --log_level=warning --run_test=${{ matrix.tests }} $env:BOOST_UNIT_TEST_OPTIONS"
}
catch {
$ERR = $_;
Expand Down
1 change: 1 addition & 0 deletions builds/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ if (with-tests)

add_test( NAME libbitcoin-protocol-test COMMAND libbitcoin-protocol-test
--run_test=*
--log_level=warning
--show_progress=no
--detect_memory_leak=0
--report_level=no
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions builds/msvc/vs2013/libbitcoin-protocol-test/packages.config

This file was deleted.

Loading

0 comments on commit a79fd1e

Please sign in to comment.