mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-11-22 00:15:39 +00:00
test/cli: add a success message
This commit is contained in:
parent
68a6d43233
commit
dce9629991
1 changed files with 1 additions and 0 deletions
|
@ -29,4 +29,5 @@ func main() {
|
||||||
fmt.Fprintf(os.Stderr, "%d FAILED tests\n", failed)
|
fmt.Fprintf(os.Stderr, "%d FAILED tests\n", failed)
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
fmt.Fprintf(os.Stdout, "SUCCESS: no cli tests failed")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue