summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-05-23 11:32:48 +0300
committerLars Wirzenius <liw@liw.fi>2021-05-23 11:33:24 +0300
commita19f4254b73cc981e0559a2c5e1ac7c214fdfe4e (patch)
treecb61a5cdb47c007eb66ce61e645b42d064b85512 /check
parent4bf43dc56719df211b111d5a71f28c0d0e14b922 (diff)
downloadjt2-a19f4254b73cc981e0559a2c5e1ac7c214fdfe4e.tar.gz
chore: fix clippy warnings, use new Subplot binary name
Diffstat (limited to 'check')
-rwxr-xr-xcheck6
1 files changed, 3 insertions, 3 deletions
diff --git a/check b/check
index 55b9158..c90afee 100755
--- a/check
+++ b/check
@@ -33,10 +33,10 @@ $hideok cargo test
$hideok cargo fmt -- --check
$hideok find . -type f -name '*.py' ! -name test.py -exec black --check '{}' +
-$hideok sp-docgen jt.md --output jt.html
-$hideok sp-docgen jt.md --output jt.pdf
+$hideok subplot docgen jt.md --output jt.html
+$hideok subplot docgen jt.md --output jt.pdf
-$hideok sp-codegen jt.md --output test.py
+$hideok subplot codegen jt.md --output test.py
rm -f test.log
$hideok python3 test.py --log test.log "$@"