mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-11-22 08:25:38 +00:00
test/cli: and a newline
This commit is contained in:
parent
dce9629991
commit
f34a2e0d2b
1 changed files with 1 additions and 1 deletions
|
@ -29,5 +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")
|
fmt.Fprintf(os.Stdout, "SUCCESS: no cli tests failed\n")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue