From 53801f3595f1b27c10445ee66b6bf604520519d0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 22 Apr 2021 12:01:07 +0300 Subject: chore: fix name of Subplot binaries --- check | 6 +++--- 1 file 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 "$@" -- cgit v1.2.1