diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-02 19:01:47 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-02 19:01:47 +0100 |
commit | 9d4385210518266d73964f140f47995774656c3f (patch) | |
tree | dfc21957e2bee8600cdd63ffd2460b4ea3cd49b6 | |
parent | b33782cabf60ec8b90338abd4986338683c30b72 (diff) | |
download | fatcat-9d4385210518266d73964f140f47995774656c3f.tar.gz fatcat-9d4385210518266d73964f140f47995774656c3f.zip |
datacite: open case for editing after creation
-rwxr-xr-x | python/tests/files/datacite/casecreate.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/tests/files/datacite/casecreate.sh b/python/tests/files/datacite/casecreate.sh index 36ea08d2..82655dc3 100755 --- a/python/tests/files/datacite/casecreate.sh +++ b/python/tests/files/datacite/casecreate.sh @@ -12,3 +12,5 @@ fi new=$((max+1)) cp "datacite_doc_$max.json" "datacite_doc_$new.json" cp "datacite_result_$max.json" "datacite_result_$new.json" + +[ -f ./caseview.sh ] && ./caseview.sh "$new" |