summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-22 12:01:07 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-22 12:02:13 +0300
commit53801f3595f1b27c10445ee66b6bf604520519d0 (patch)
treec49e7d872214efcf831e59ea5a4e28788a181bbf /check
parent4427fe12410f911a9c8f18ea7b3c9643c88f6d5f (diff)
downloadbumper-rs-53801f3595f1b27c10445ee66b6bf604520519d0.tar.gz
chore: fix name of Subplot binaries
Diffstat (limited to 'check')
-rwxr-xr-xcheck6
1 files changed, 3 insertions, 3 deletions
diff --git a/check b/check
index c82d8b6..599d9e8 100755
--- a/check
+++ b/check
@@ -25,10 +25,10 @@ $hideok cargo build --all-targets
got_cargo_cmd fmt && $hideok cargo fmt -- --check
$hideok cargo test
-sp-docgen bumper.md -o bumper.html
-sp-docgen bumper.md -o bumper.pdf
+subplot docgen bumper.md -o bumper.html
+subplot docgen bumper.md -o bumper.pdf
-sp-codegen bumper.md -o test.py
+subplot codegen bumper.md -o test.py
rm -f test.log
$hideok python3 test.py --log test.log "$@"