summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-10-15 20:25:37 +0300
committerLars Wirzenius <liw@liw.fi>2023-10-15 20:25:37 +0300
commit2567b93928ca1a244c135651f6065aa19b581d43 (patch)
tree852226c549eb8decfb1a4095c45ba69b5cd830dd /check
parentf38fac208ad1750a07235add4800205121d8d1fc (diff)
downloadewww-2567b93928ca1a244c135651f6065aa19b581d43.tar.gz
fix(check): don't produce a PDF
Subplot doesn't support that any more. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'check')
-rwxr-xr-xcheck1
1 files changed, 0 insertions, 1 deletions
diff --git a/check b/check
index 2b27012..c143a4a 100755
--- a/check
+++ b/check
@@ -51,7 +51,6 @@ fi
for subplot in [^CR]*.subplot; do
$hideok echo "$subplot ====================================="
codegen "$subplot" test.py
- docgen "$subplot" "$(basename "$subplot" .subplot).pdf"
docgen "$subplot" "$(basename "$subplot" .subplot).html"
$hideok echo
done