summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-22 12:00:09 +0000
committerLars Wirzenius <liw@liw.fi>2021-04-22 12:00:09 +0000
commit66602d50ded863e04ae94d0c97805d80e33a98c4 (patch)
treec49e7d872214efcf831e59ea5a4e28788a181bbf
parent4427fe12410f911a9c8f18ea7b3c9643c88f6d5f (diff)
parent53801f3595f1b27c10445ee66b6bf604520519d0 (diff)
downloadbumper-rs-66602d50ded863e04ae94d0c97805d80e33a98c4.tar.gz
Merge branch 'cleanups' into 'main'
chore: fix name of Subplot binaries See merge request larswirzenius/bumper!20
-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 "$@"