mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 18:02:54 +01:00
testing exception message for CI
This commit is contained in:
parent
dd4e7d5bf0
commit
5171ee61ac
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user