We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fee58 commit 4db9b35Copy full SHA for 4db9b35
test.sh
@@ -14,11 +14,6 @@ sqlite3 "$testdir/core.db" < sql/init_data/init_core.sql;
14
sqlite3 "$testdir/common.db" < sql/init_data/init.sql;
15
sqlite3 "$testdir/selectfunc.db" < sql/init_data/init_selectfunc.sql;
16
17
-while (( "$#" )); do
18
- export "$1";
19
- shift;
20
-done
21
-
22
# full composed test sequence, you can put your own test sequence here by example
23
#export REGRESS="extra/sqlite_fdw_post .... ";
24
0 commit comments