Changeset: 15988157a658 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=15988157a658
Modified Files:
        sql/test/emptydb/updatetests
Branch: Jun2016
Log Message:

Make running script easier.


diffs (15 lines):

diff --git a/sql/test/emptydb/updatetests b/sql/test/emptydb/updatetests
--- a/sql/test/emptydb/updatetests
+++ b/sql/test/emptydb/updatetests
@@ -11,7 +11,10 @@ 1)
     fi
     ;;
 0)
-    if [ -f Tests/load.sql ] && [ -f Tests/check.SQL.py ]; then
+    case $0 in
+    */*) cd ${0%/*};;
+    esac
+    if [ -f Tests/load.sql ] && [ -f Tests/check.SQL.py.src ]; then
        :
     else
        echo "bad directory"
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to