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.
test.sh
1 parent 2b8199b commit 6e7587eCopy full SHA for 6e7587e
test.sh
@@ -1,4 +1,9 @@
1
#!/bin/bash
2
+
3
+# Usage:
4
+# ./test.sh -- test without GIS support
5
+# ./test.sh ENABLE_GIS -- test with GIS support
6
7
testdir='/tmp/sqlite_fdw_test';
8
rm -rf "$testdir";
9
mkdir "$testdir";
0 commit comments