Files
bitcoin/src/test/system_tests.cpp
Hennadii Stepanov 55e3dc3e03 test: Fix test by checking the actual exception instance
The BOOST_REQUIRE_THROW passes even if the command raises an exception
in the underlying subprocess implementation, which might have a type
derived from std::runtime_error.
2023-12-03 16:04:20 +00:00

4.0 KiB