From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST v2 1/2] tcl: Handle environment variables which are unset. Date: Tue, 31 Mar 2015 17:49:01 +0100 Message-ID: <1427820541.2115.207.camel@citrix.com> References: <1427814392.2115.165.camel@citrix.com> <1427814407-28551-1-git-send-email-ian.campbell@citrix.com> <21786.52855.214022.11187@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21786.52855.214022.11187@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, 2015-03-31 at 17:42 +0100, Ian Jackson wrote: > Ian Campbell writes ("[PATCH OSSTEST v2 1/2] tcl: Handle environment variables which are unset."): > > This allows wrappers such as the standalone wrapper to do > > OSSTEST_SIMULATE=$foo ./sg-run-job > > and not worry if $foo is unset. > > > > Do likewise for OSSTEST_TCL_JOBDB_DEBUG. > > > > Signed-off-by: Ian Campbell > > Signed-off-by: Ian Jackson > > Acked-by: Ian Jackson > > FWIW Well, it shows I didn't botch your instructions ;-)