mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-06 21:53:09 -06:00
Remove !Quiet
This commit is contained in:
parent
f4bc86adaf
commit
631da5e399
|
|
@ -44,7 +44,7 @@ func fatalError(t *testing.T, format string, args ...interface{}) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func createLocalDB(t *testing.T, dbName string) {
|
func createLocalDB(t *testing.T, dbName string) {
|
||||||
if _, err := exec.LookPath("createdb"); err != nil && !Quiet {
|
if _, err := exec.LookPath("createdb"); err != nil {
|
||||||
fatalError(t, "Note: tests require a postgres install accessible to the current user")
|
fatalError(t, "Note: tests require a postgres install accessible to the current user")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue