summaryrefslogtreecommitdiff
path: root/yarns/morph.shell-lib
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2013-10-28 17:56:23 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2013-10-30 12:20:00 +0000
commit6a315135ac6273c90f7dc35b7d4c49da158be487 (patch)
treec014c050030311112f32e97fe58197a7c7c062d1 /yarns/morph.shell-lib
parent9f22da771ebfec1901d0fe90f87b1960aa578748 (diff)
downloadmorph-6a315135ac6273c90f7dc35b7d4c49da158be487.tar.gz
Added scenario test for preventing cross-building
Diffstat (limited to 'yarns/morph.shell-lib')
-rw-r--r--yarns/morph.shell-lib4
1 files changed, 3 insertions, 1 deletions
diff --git a/yarns/morph.shell-lib b/yarns/morph.shell-lib
index 448c60ce..58521ee8 100644
--- a/yarns/morph.shell-lib
+++ b/yarns/morph.shell-lib
@@ -31,7 +31,9 @@
run_morph()
{
"${SRCDIR:-.}"/morph \
- --no-default-config --config "$DATADIR/morph.conf" "$@"
+ --cachedir-min-space=0 --tempdir-min-space=0 \
+ --no-default-config --config "$DATADIR/morph.conf" "$@" \
+ 2> "$DATADIR/result-$1"
}