- [tests] [docs] update README for new test naming scheme
- [tests] README.md nit fixes
- [tests] Check tests conform to naming convention
Extra-Author: John Newbery <john@johnnewbery.com>
This is a backport of Core PR11796
Differential D5750
[tests] Functional test naming convention deadalnix on Apr 17 2020, 00:48. Authored by
Details
Extra-Author: John Newbery <john@johnnewbery.com> This is a backport of Core PR11796 ninja check-functional
Diff Detail
Event TimelineComment Actions [Bot Message]
Comment Actions I got a warning during the build: [148/218] Building CXX object src/wallet/CMakeFiles/wallet-tool.dir/wallettool.cpp.o ../src/wallet/wallettool.cpp: In function ‘std::shared_ptr<CWallet> WalletTool::LoadWallet(const string&, const boost::filesystem::path&)’: ../src/wallet/wallettool.cpp:73:25: warning: catching polymorphic type ‘const class std::runtime_error’ by value [-Wcatch-value=] } catch (const std::runtime_error) { ^~~~~~~~~~~~~
|