Changeset: d795a5d23a8b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d795a5d23a8b
Modified Files:
testing/convert_to_sqllogic.sh
Branch: mtest
Log Message:
args from stdin
diffs (20 lines):
diff --git a/testing/convert_to_sqllogic.sh b/testing/convert_to_sqllogic.sh
old mode 100644
new mode 100755
--- a/testing/convert_to_sqllogic.sh
+++ b/testing/convert_to_sqllogic.sh
@@ -60,6 +60,14 @@ for f in $@;do
fi
done
+if [[ -p /dev/stdin ]];then
+ while read line;do
+ if [[ -f $line ]];then
+ files+=" $line";
+ fi
+ done
+fi
+
if [[ -z $files ]];then
usage;
exit 1;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list