t/wellformed: Rebuild the docwiki, not everything

master
Simon McVittie 2018-01-23 10:44:36 +00:00
parent efcbeaa09a
commit aa02f160cc
1 changed files with 1 additions and 1 deletions

View File

@ -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: $!";