mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
cmd/swarm/swarm-smoke: return correct exit code
This commit is contained in:
parent
f76f00002f
commit
8633cbe66f
1 changed files with 1 additions and 0 deletions
|
|
@ -114,5 +114,6 @@ func main() {
|
|||
err := app.Run(os.Args)
|
||||
if err != nil {
|
||||
log.Error(err.Error())
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue