From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST v2] No longer export $OSSTEST_CONFIG Date: Mon, 13 Jul 2015 09:11:15 +0100 Message-ID: <1436775075-4396-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: 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@eu.citrix.com Cc: Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org >>From cri-args-hostlists or invoke-daemon. All sites now have a suitable $HOME/.xen-osstest/settings in place which does this. Signed-off-by: Ian Campbell --- This was waiting to be applied once " allow instance specific settings" passed the Cambridge push gate, which happened ages ago. --- cri-args-hostlists | 1 - invoke-daemon | 2 -- 2 files changed, 3 deletions(-) diff --git a/cri-args-hostlists b/cri-args-hostlists index a4e57b3..0dd2ef3 100644 --- a/cri-args-hostlists +++ b/cri-args-hostlists @@ -19,7 +19,6 @@ if [ -e $HOME/.xen-osstest/settings ]; then source $HOME/.xen-osstest/settings fi -export OSSTEST_CONFIG=${OSSTEST_CONFIG:-production-config} check_stop_core () { if [ "x$OSSTEST_IGNORE_STOP" = xy ]; then return; fi diff --git a/invoke-daemon b/invoke-daemon index 6006798..5fab1da 100755 --- a/invoke-daemon +++ b/invoke-daemon @@ -19,8 +19,6 @@ if [ -e $HOME/.xen-osstest/settings ]; then source $HOME/.xen-osstest/settings fi -export OSSTEST_CONFIG=${OSSTEST_CONFIG:-production-config} - cd "${0%/*}" if [ "x$2" != x ]; then sleep $2; fi -- 2.1.4