projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e0d7eb
)
Fix to create results directory beforehand.
author
Tatsuo Ishii
<ishii@postgresql.org>
Thu, 5 Oct 2017 05:59:42 +0000
(14:59 +0900)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Thu, 5 Oct 2017 05:59:42 +0000
(14:59 +0900)
src/test/extended-query-test/test.sh
patch
|
blob
|
blame
|
history
diff --git
a/src/test/extended-query-test/test.sh
b/src/test/extended-query-test/test.sh
index 52f2b9865fbddb448b95d20973501982713c105f..506f1966b523adc62baea159902f0c7026605464 100755
(executable)
--- a/
src/test/extended-query-test/test.sh
+++ b/
src/test/extended-query-test/test.sh
@@
-11,6
+11,7
@@
testdir=`pwd`/tests
expected=`pwd`/expected
results=`pwd`/results
rm -f $results/*
+mkdir $results
diffs=`pwd`/diffs
rm -f $diffs