From: Kees Monshouwer Date: Mon, 10 Mar 2014 09:03:44 +0000 (+0100) Subject: use new schema for api test X-Git-Tag: rec-3.6.0-rc1~75^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf8abc960d417f43615013002e9a684112cd90dc;p=thirdparty%2Fpdns.git use new schema for api test --- diff --git a/regression-tests.api/runtests.py b/regression-tests.api/runtests.py index ab187f194c..25f0fd9e6b 100755 --- a/regression-tests.api/runtests.py +++ b/regression-tests.api/runtests.py @@ -64,9 +64,7 @@ if daemon == 'authoritative': subprocess.check_call(["rm", "-f", SQLITE_DB]) subprocess.check_call(["make", "-C", "../pdns", "zone2sql"]) - with open('../modules/gsqlite3backend/no-dnssec.schema.sqlite3.sql', 'r') as schema_file: - subprocess.check_call(["sqlite3", SQLITE_DB], stdin=schema_file) - with open('../modules/gsqlite3backend/dnssec.schema.sqlite3.sql', 'r') as schema_file: + with open('../modules/gsqlite3backend/schema.sqlite3.sql', 'r') as schema_file: subprocess.check_call(["sqlite3", SQLITE_DB], stdin=schema_file) with open('named.conf', 'w') as named_conf: