summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck6
1 files changed, 3 insertions, 3 deletions
diff --git a/check b/check
index 801c75c..0a75438 100755
--- a/check
+++ b/check
@@ -30,10 +30,10 @@ $hideok cargo test
$hideok cargo fmt -- --check
$hideok find . -type f -name '*.py' ! -name test.py -exec black --check '{}' +
-$hideok subplot docgen jt.md --output jt.html
-$hideok subplot docgen jt.md --output jt.pdf
+$hideok subplot docgen jt.subplot --output jt.html
+$hideok subplot docgen jt.subplot --output jt.pdf
-$hideok subplot codegen jt.md --output test.py
+$hideok subplot codegen jt.subplot --output test.py
rm -f test.log
target="$(cargo metadata --format-version=1 | jq -r .target_directory)"
$hideok python3 test.py --log test.log --env "CARGO_TARGET_DIR=$target" "$@"