Changeset: b1c8242ef41e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b1c8242ef41e
Modified Files:
sql/test/emptydb/updatetests
Branch: Dec2016
Log Message:
Update script.
diffs (21 lines):
diff --git a/sql/test/emptydb/updatetests b/sql/test/emptydb/updatetests
--- a/sql/test/emptydb/updatetests
+++ b/sql/test/emptydb/updatetests
@@ -3,7 +3,7 @@
case $# in
1)
- if [ -d "$1" ] && [ -f "$1"/Tests/load.sql ] && [ -f
"$1"/Tests/check.SQL.py.src ]; then
+ if [ -d "$1" ] && [ -f "$1"/Tests/load.sql ] && [ -f
"$1"/Tests/check.SQL.py ]; then
cd "$1" || exit 1
else
echo "bad argument"
@@ -14,7 +14,7 @@ 0)
case $0 in
*/*) cd ${0%/*};;
esac
- if [ -f Tests/load.sql ] && [ -f Tests/check.SQL.py.src ]; then
+ if [ -f Tests/load.sql ] && [ -f Tests/check.SQL.py ]; then
:
else
echo "bad directory"
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list