summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-01-10 13:23:22 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-01-10 13:23:31 +0000
commit437a2c87e85de43911eb04f721e0af9f3c67f4cf (patch)
treec8a7b498771a5c3d854dcebcf4b849e071a393ca /check
parent5492481a98fe02cbd532d5e32e8d192109daa0b9 (diff)
downloadsubplot-437a2c87e85de43911eb04f721e0af9f3c67f4cf.tar.gz
check: Cope with non-embedded resources by passing --resources to docgen
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 3c38111..d41c9ae 100755
--- a/check
+++ b/check
@@ -43,7 +43,7 @@ codegen() {
}
docgen() {
- cargo run $quiet --package subplot --bin sp-docgen -- "$1" --output "$2"
+ cargo run $quiet --package subplot --bin sp-docgen -- "$1" --output "$2" --resources "${TOPDIR}/share"
}
# Run unit tests for the Python template.