X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/2bfbad7af4e3e09287b4c06c958d0929c0c7bc63..094af3d113f375f7faf2abf283615582a9977a65:/ikiwiki.in?ds=inline diff --git a/ikiwiki.in b/ikiwiki.in index 973ae3b31..873bde0df 100755 --- a/ikiwiki.in +++ b/ikiwiki.in @@ -183,8 +183,11 @@ sub main () { #{{{ elsif ($config{post_commit} && ! commit_hook_enabled()) { # do nothing } + elsif ($config{test_receive}) { + rcs_test_receive(); + } else { - if ($config{rebuild}}) { + if ($config{rebuild}) { debug(gettext("rebuilding wiki..")); } else {