aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-01-23 10:44:36 +0000
committerSimon McVittie <smcv@debian.org>2018-01-29 22:35:29 +0000
commitaa02f160ccdd844751cc4d637a71107d3d434309 (patch)
tree44b8ec8e5c02d76e9c1ed6151e519ce51ae4ce7b /t
parentefcbeaa09a2cd7f1f5ca8a13da457400f8fa401d (diff)
downloadikiwiki-aa02f160ccdd844751cc4d637a71107d3d434309.tar
ikiwiki-aa02f160ccdd844751cc4d637a71107d3d434309.tar.gz
t/wellformed: Rebuild the docwiki, not everything
Diffstat (limited to 't')
-rwxr-xr-xt/wellformed.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/wellformed.t b/t/wellformed.t
index f57d3ca9c..56526de8a 100755
--- a/t/wellformed.t
+++ b/t/wellformed.t
@@ -12,7 +12,7 @@ plan(skip_all => "XML::Parser not available")
use IkiWiki;
-ok(system("make >/dev/null") == 0);
+ok(system("make docwiki >/dev/null") == 0);
chdir("html") || die "chdir: $!";