diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-28 21:40:37 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-28 21:40:37 -0800 |
commit | fe8a68f60e469d794b7d98ad2df1802c23a6752d (patch) | |
tree | 15326959124126bd150afa25b58af2f2e2097331 /python/tests/cli.sh | |
parent | fbbfe952760b5c7d5dc5e37fd612cbb33ea68cf9 (diff) | |
download | fatcat-fe8a68f60e469d794b7d98ad2df1802c23a6752d.tar.gz fatcat-fe8a68f60e469d794b7d98ad2df1802c23a6752d.zip |
fix tests/cli.sh
Diffstat (limited to 'python/tests/cli.sh')
-rwxr-xr-x | python/tests/cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/cli.sh b/python/tests/cli.sh index 19d8a85b..8d594bce 100755 --- a/python/tests/cli.sh +++ b/python/tests/cli.sh @@ -14,7 +14,7 @@ set -x ./fatcat_import.py crossref tests/files/crossref-works.2018-01-21.badsample.json tests/files/ISSN-to-ISSN-L.snip.txt ./fatcat_import.py orcid tests/files/0000-0001-8254-7103.json -./fatcat_import.py journal-metadata tests/files/journal_extra_metadata.snip.csv +./fatcat_import.py journal-metadata tests/files/journal_metadata.sample.json ./fatcat_import.py matched tests/files/matched_sample.json ./fatcat_import.py matched tests/files/example_matched.json ./fatcat_import.py grobid-metadata tests/files/example_grobid_metadata_lines.tsv |