From: Markus Armbruster Date: Thu, 2 Jun 2011 18:08:52 +0000 (+0200) Subject: Disable test of pre_update_hook in nightly build X-Git-Tag: v4.3.28~36 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=2abe2baeef8780acf781d344839a1224fa3a6c12 Disable test of pre_update_hook in nightly build Where exactly the output from pre_update_hook gets inserted in the log depends on timing. Messes up diffs between test runs. --- diff --git a/src/scripts/nightly/patches/All/pre_update.econfig b/src/scripts/nightly/patches/All/pre_update.econfig index 7da01ab3b..dd1e5ab35 100755 --- a/src/scripts/nightly/patches/All/pre_update.econfig +++ b/src/scripts/nightly/patches/All/pre_update.econfig @@ -1 +1 @@ -echo pre_update_hook '"echo pre_update_hook executed here"' +#echo pre_update_hook '"echo pre_update_hook executed here"'