mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
Don't relaunch the unit tests.
This commit is contained in:
@@ -187,7 +187,8 @@ int main(int argc, char* argv[])
|
||||
}
|
||||
}
|
||||
|
||||
if (HaveSustain() && !vm.count("parameters") && !vm.count("fg") && !vm.count("standalone"))
|
||||
if (HaveSustain() &&
|
||||
!vm.count("parameters") && !vm.count("fg") && !vm.count("standalone") && !vm.count("unittest"))
|
||||
{
|
||||
std::string logMe = DoSustain();
|
||||
if (!logMe.empty())
|
||||
|
||||
Reference in New Issue
Block a user