diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-11 18:03:18 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-11 18:03:18 -0700 |
commit | 9f7f6f9446a431564b3d7e12e117f16cbf41a9fd (patch) | |
tree | f0d896b9962d5b426e32235deb5c9cf226cd6d9b /python/tests/cli.sh | |
parent | 655f7060eb5b5e711a8a892cb1085639c4aa8fd2 (diff) | |
download | fatcat-9f7f6f9446a431564b3d7e12e117f16cbf41a9fd.tar.gz fatcat-9f7f6f9446a431564b3d7e12e117f16cbf41a9fd.zip |
more integration of transform refactor
Diffstat (limited to 'python/tests/cli.sh')
-rwxr-xr-x | python/tests/cli.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/tests/cli.sh b/python/tests/cli.sh index 8d594bce..0005c4ba 100755 --- a/python/tests/cli.sh +++ b/python/tests/cli.sh @@ -22,5 +22,10 @@ set -x ./fatcat_webface.py -h ./fatcat_worker.py -h +./fatcat_util.py fcid2uuid aaaaaaaaaaaaamztaaaaaaaaae +./fatcat_util.py uuid2fcid 00000000-0000-0000-3333-000000000001 + +cat tests/files/example_releases_pubmed19n0972.json | ./fatcat_transform.py citeproc-releases - /dev/null + set +x echo "Done running CLI examples (SUCCESS)" |