diff --git a/src/pg/test/expected/02_load_tables_test.out b/src/pg/test/expected/02_load_tables_test.out index b61e5d2..cc829ff 100644 --- a/src/pg/test/expected/02_load_tables_test.out +++ b/src/pg/test/expected/02_load_tables_test.out @@ -1,4 +1,4 @@ -SET client_min_messages TO NOTICE; +SET client_min_messages TO WARNING; \set ECHO none -Loading obs_table.sql fixture file... +Loading fixtures... Done. diff --git a/src/pg/test/sql/02_load_tables_test.sql b/src/pg/test/sql/02_load_tables_test.sql new file mode 100644 index 0000000..2539f0c --- /dev/null +++ b/src/pg/test/sql/02_load_tables_test.sql @@ -0,0 +1,9 @@ +SET client_min_messages TO WARNING; +\set ECHO none +\echo Loading fixtures... +\i test/fixtures/obs_table.sql +\i test/fixtures/obs_column_table.sql +\i test/fixtures/obs_column.sql +\i test/fixtures/obs_column_to_column.sql +\echo Done. +\unset ECHO