From 4b0f9afa68bff493839497f40cec3b310f7277fb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 29 Jul 2011 13:10:48 +0100 Subject: [PATCH] adt-run: remove debugging from auxverbscript --- TODO | 2 -- runner/adt-run | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/TODO b/TODO index d084b00..50a8b5a 100644 --- a/TODO +++ b/TODO @@ -13,5 +13,3 @@ not needed for demo: - schroot snapshots share /tmp and /home which is a bit strange need to make 'revert' property more granular - -- remove debugging from auxverb script diff --git a/runner/adt-run b/runner/adt-run index 4b64ce8..0c4a12d 100755 --- a/runner/adt-run +++ b/runner/adt-run @@ -791,8 +791,7 @@ class Testbed: tb.ec_auxverbscript = TemporaryFile('satdep-auxverb') print >>open(tb.ec_auxverbscript.write(),'w'), ( '''#!/bin/sh -set -ex -echo >&2 ": $*" +set -e if [ $# = 2 ] && [ "x$1" = xdpkg-architecture ] && [ "x$2" = x-qDEB_HOST_ARCH ]; then # This is a pretty nasty hack. Hopefully it can go away # eventually. See #635763. -- 2.30.2