Changeset: 48ccd2b0b46d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=48ccd2b0b46d Modified Files: testing/convert_to_sqllogic.sh Branch: mtest Log Message:
convert json test to sqllogic diffs (20 lines): diff --git a/testing/convert_to_sqllogic.sh b/testing/convert_to_sqllogic.sh --- a/testing/convert_to_sqllogic.sh +++ b/testing/convert_to_sqllogic.sh @@ -47,7 +47,7 @@ if [[ ! -d "${src}" ]];then exit 1; fi -[[ ! -d "${dst}" ]] || mkdir -p ${dst} +[[ -d "${dst}" ]] || mkdir -p ${dst} dryrun() { local f=$1; @@ -73,6 +73,7 @@ done; if [[ -e ${src}/All ]];then [[ ${src} -ef ${dst} ]] || cp ${src}/All $dst; fi + if [[ -e ${src}/SingleServer ]];then [[ ${src} -ef ${dst} ]] || cp ${src}/SingleServer $dst; fi _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list