# HG changeset patch # User Paul Crowley # Date 1315389913 -3600 # Node ID 6f2a3f251d3b329764e366c28e78de4d27beda76 # Parent b44dd7bad82c4c8b5aafa3e1a8c5684a49bb84b0 Copy in and use environment vars to control test diff -r b44dd7bad82c -r 6f2a3f251d3b dev/chroot-test/action/go --- a/dev/chroot-test/action/go Wed Sep 07 10:56:24 2011 +0100 +++ b/dev/chroot-test/action/go Wed Sep 07 11:05:13 2011 +0100 @@ -7,6 +7,7 @@ ls -l . ./testing_system +. ./env #exec > results 2>&1 diff -r b44dd7bad82c -r 6f2a3f251d3b dev/chroot-test/run-test --- a/dev/chroot-test/run-test Wed Sep 07 10:56:24 2011 +0100 +++ b/dev/chroot-test/run-test Wed Sep 07 11:05:13 2011 +0100 @@ -52,6 +52,7 @@ cp -av $SCRIPTS/action $BACKING . $SCRIPTS/copy-installables +env | grep '^CHROOT_TEST_' > $BACKING/action/env || true unionfs-fuse -o cow -o allow_other,suid,dev $BACKING=RW:$PRISTINE=RO $MOUNT