summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-09 07:01:47 +0000
committerLars Wirzenius <liw@liw.fi>2022-09-09 07:01:47 +0000
commit1baa17c93e6cccd6194592076210625364058615 (patch)
treea0f7c194bf97530bd5103229309f7ec554c8ec6f /check
parent02d6e2e7d8c8b7854a2289f57a9039598b1430fa (diff)
parentf2740c77c3e3d234b724704482e7b0380c2550d4 (diff)
downloadobnam2-1baa17c93e6cccd6194592076210625364058615.tar.gz
Merge branch 'fixes' into 'main'
fix things so ./chec k passes for me again See merge request obnam/obnam!237
Diffstat (limited to 'check')
-rwxr-xr-xcheck6
1 files changed, 3 insertions, 3 deletions
diff --git a/check b/check
index 905bc5b..059886d 100755
--- a/check
+++ b/check
@@ -50,11 +50,11 @@ $hideok cargo build --all-targets
got_cargo_cmd fmt && $hideok cargo fmt -- --check
$hideok cargo test
-subplot docgen obnam.md -o obnam.html
-subplot docgen obnam.md -o obnam.pdf
+subplot docgen obnam.subplot -o obnam.html
+subplot docgen obnam.subplot -o obnam.pdf
target="$(cargo metadata --format-version=1 | python3 -c 'import sys, json; o = json.load(sys.stdin); print(o["target_directory"])')"
-subplot codegen obnam.md -o test.py
+subplot codegen obnam.subplot -o test.py
rm -f test.log
if [ "$(id -un)" = root ]; then
echo Not running tests as root.