diff options
-rw-r--r-- | debian/patches/0009-disable-database-tests.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0009-disable-database-tests.patch b/debian/patches/0009-disable-database-tests.patch index 7d008c8..7377f95 100644 --- a/debian/patches/0009-disable-database-tests.patch +++ b/debian/patches/0009-disable-database-tests.patch @@ -13,7 +13,7 @@ Last-Update: 2020-12-03 +echo "SKIPPING MYSQL TEST" +exit 0 - # Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC") + # Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC") # --- a/src/bin/admin/tests/pgsql_tests.sh.in +++ b/src/bin/admin/tests/pgsql_tests.sh.in @@ -22,5 +22,5 @@ Last-Update: 2020-12-03 +echo "SKIPPING POSTGRESQL TEST" +exit 0 - # Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC") + # Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC") # |