Changeset: 961902b6f427 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=961902b6f427 Modified Files: clients/Tests/malcheck.sh Branch: Jun2016 Log Message:
Use 'hg files' so as to not fail when files were removed during development. diffs (8 lines): diff --git a/clients/Tests/malcheck.sh b/clients/Tests/malcheck.sh --- a/clients/Tests/malcheck.sh +++ b/clients/Tests/malcheck.sh @@ -1,3 +1,3 @@ #!/bin/sh cd $TSTSRCBASE -hg locate -I monetdb5 -I geom -I sql -X '**/Tests/**' '*.[ch]' '*.mal' | python -c 'import MonetDBtesting.malcheck' +hg files -I 'monetdb5/**.[ch]' -I 'geom/**.[ch]' -I 'sql/**.[ch]' -X '**/Tests/**' | python -c 'import MonetDBtesting.malcheck' _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
