summaryrefslogtreecommitdiff
path: root/guimb
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-09-25 22:33:05 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-09-25 22:33:05 +0300
commit9d1a990614d460252b6217cb4f98742b69d29314 (patch)
tree01f056ccea1823aa0d9decc1643dc25e54147c63 /guimb
parentbec4d3889cf3527859eb47cd3363783b3bd680c1 (diff)
downloadmailutils-9d1a990614d460252b6217cb4f98742b69d29314.tar.gz
mailutils-9d1a990614d460252b6217cb4f98742b69d29314.tar.bz2
Disable installchecks for sieve.scm.
* guimb/scm/Makefile.am: Add sieve.scm to AM_INSTALLCHECK_STD_OPTIONS_EXEMPT.
Diffstat (limited to 'guimb')
-rw-r--r--guimb/scm/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/guimb/scm/Makefile.am b/guimb/scm/Makefile.am
index 68df43fb0..6c0c708e4 100644
--- a/guimb/scm/Makefile.am
+++ b/guimb/scm/Makefile.am
@@ -21,6 +21,11 @@
MU_GUILE_SIEVE_SCRIPTS_X=sieve.scm
bin_SCRIPTS = sieve.scm
EXTRA_SCRIPTS=sieve.scm
+# FIXME: Sieve.scm is temporarly exempted from installchecks because
+# it may fail starting during checks, if libguile-mailutils-v- library
+# has not been previously installed. The proper fix would be to alter
+# %load-path during tests.
+AM_INSTALLCHECK_STD_OPTIONS_EXEMPT=sieve.scm
sievemoddir=@MU_GUILE_SIEVE_MOD_DIR@

Return to:

Send suggestions and report system problems to the System administrator.