mirror of
https://github.com/corda/corda.git
synced 2025-02-01 08:48:09 +00:00
b15db200e3
* Quick and dirty change to stop "Unable to start notaries." error message (#5686) "Unable to start notaries. A required port might be bound already" is returned whenever a startup error occurs while starting the notary nodes in driver tests. This hides the real error. This change prints the actual error to std_err and read from file at a later point. This means the real error is not lost and will be shown in failed builds. * Suppress detekt warnings