# HG changeset patch # User Paul Crowley # Date 1345812595 -3600 # Node ID f2e13e08ea13f8ae1dd9c75e8370fdb963b8756a # Parent 1048e2943566f29a6aa54dbe9608f8a763baca58 Make it convenient to run the tests with new env vars in sudo diff -r 1048e2943566 -r f2e13e08ea13 dev/chroot-test/run-test --- a/dev/chroot-test/run-test Fri Aug 24 13:28:00 2012 +0100 +++ b/dev/chroot-test/run-test Fri Aug 24 13:49:55 2012 +0100 @@ -3,6 +3,11 @@ # Must be root to run this set -e + +for clause in $@ ; do + export $clause +done + cd $(hg root) DEBVERSION=sid