Move regression tests from ./bin/ to ./regress/

This commit is contained in:
Josh Kupershmidt
2013-05-09 21:15:48 -04:00
parent 20dea46184
commit dc31920616
16 changed files with 45 additions and 30 deletions

View File

@ -0,0 +1,5 @@
SET client_min_messages = warning;
\set ECHO none
\i ../lib/pg_repack.sql
\set ECHO all
RESET client_min_messages;