Skip to content

Commit 6e7587e

Browse files
committed
Add a test.sh usage comments
1 parent 2b8199b commit 6e7587e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/bin/bash
2+
3+
# Usage:
4+
# ./test.sh -- test without GIS support
5+
# ./test.sh ENABLE_GIS -- test with GIS support
6+
27
testdir='/tmp/sqlite_fdw_test';
38
rm -rf "$testdir";
49
mkdir "$testdir";

0 commit comments

Comments
 (0)