testing exception message for CI

This commit is contained in:
cwaldron97 2019-07-03 15:21:57 -05:00
parent dd4e7d5bf0
commit 5171ee61ac

View File

@ -95,8 +95,7 @@ object BitcoindInstance {
"bitcoind".!!
}
val path = Try(cmd).getOrElse(
throw new RuntimeException("Could not locate bitcoind on user PATH"))
val path = cmd
new File(path.trim)
}