summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-17 16:08:12 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-17 16:08:12 +0100
commitaf5b3e033a2a2e150fcd3c79dc3341bb63d7b1da (patch)
tree2fc934212da5b16c6c9c06b46a402dc4bcc4ed9d
parentbe4a3c1d50981d2cbbe2cfb55498cac51909c37f (diff)
downloadattr-liw/test.tar.gz
Make morphology failliw/test
I need this to test changes to morph logging of failures.
-rw-r--r--attr.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/attr.morph b/attr.morph
index 2bb14e3..f700752 100644
--- a/attr.morph
+++ b/attr.morph
@@ -7,6 +7,7 @@
"configure-commands": [
"sed -i -e 's,PKG_\\(.*\\)_DIR\\t= ,PKG_\\1_DIR\\t= \\$(DESTDIR),g' include/builddefs.in",
"sed -i -e 's,\\$\\$LOCAL_CONFIGURE_OPTIONS,\\$(LOCAL_CONFIGURE_OPTIONS),g' Makefile",
+ "echo intentiontally FAILING; exit 1",
"make LOCAL_CONFIGURE_OPTIONS=\"--prefix=/usr --exec-prefix=/usr --sbindir=/usr/sbin --bindir=/usr/bin --libdir=/usr/lib --libexecdir=/usr/lib --enable-lib64=yes --includedir=/usr/include --mandir=/usr/share/man --datadir=/usr/share\" configure"
],
"build-commands": [