mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-06 13:43:09 -06:00
Call it DENDRITE_TEST_SKIP_NODB intead
This commit is contained in:
parent
d5d788f315
commit
810c335115
|
|
@ -33,7 +33,7 @@ var DBTypeSQLite DBType = 1
|
|||
var DBTypePostgres DBType = 2
|
||||
|
||||
var Quiet = false
|
||||
var Required = os.Getenv("DENDRITE_SKIP_DB_TESTS") == ""
|
||||
var Required = os.Getenv("DENDRITE_TEST_SKIP_NODB") == ""
|
||||
|
||||
func fatalError(t *testing.T, format string, args ...interface{}) {
|
||||
if Required {
|
||||
|
|
|
|||
Loading…
Reference in a new issue