mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
[#2029] Addressed review comment
bin/admin/tests/pgsql_tests.sh.in - removed hard-coded path
This commit is contained in:
parent
ff5997c7e9
commit
41efd541cf
@ -2005,7 +2005,7 @@ pgsql_update_v6_addresses_to_binary() {
|
|||||||
pgsql_wipe
|
pgsql_wipe
|
||||||
|
|
||||||
# Initialize database to schema 1.0.
|
# Initialize database to schema 1.0.
|
||||||
pgsql_execute_script "/home/tmark/labs/build/keadev/sandbox/git.pgsql-2909/kea/src/bin/admin/tests/dhcpdb_create_1.0.pgsql"
|
pgsql_execute_script "@abs_top_srcdir@/src/bin/admin/tests/dhcpdb_create_1.0.pgsql"
|
||||||
assert_eq 0 "${EXIT_CODE}" "cannot initialize 1.0 database, expected exit code: %d, actual: %d"
|
assert_eq 0 "${EXIT_CODE}" "cannot initialize 1.0 database, expected exit code: %d, actual: %d"
|
||||||
|
|
||||||
# Now upgrade to schema 16.0
|
# Now upgrade to schema 16.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user