Testing: Pretty-print metadata when verifying.

For @Dazpoet.
This commit is contained in:
Paul Fenwick 2015-05-28 20:44:04 +10:00
parent 8b070ad314
commit f3cacc60e8
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ mono --debug ckan.exe update
for f in ${COMMIT_CHANGES}
do
cat $f | python -m json.tool
mono --debug ckan.exe install -c $f --headless
done