All sites now have a suitable
$HOME/.xen-osstest/cri-args-hostslists.settings in place which does
this.

Signed-off-by: Ian Campbell <ian.campb...@citrix.com>
---
To be applied once the following commit passes Cambridge push gate, is
merged into the master instance and passes the push gate there.

commit 5926203d0851792e4f6ce26df5a48ba5c79456e1
Author: Ian Campbell <ian.campb...@citrix.com>
Date:   Wed Apr 15 11:04:53 2015 +0100

    cri-args-hostslists: allow instance specific settings

    In particular this new $HOME/.xen-osstest/cri-args-hostslists.settings
    can contain things like "export
    OSSTEST_CONFIG=production-config-cambridge" to tailor things for a
    particular instance of osstest running in production mode.

    Signed-off-by: Ian Campbell <ian.campb...@citrix.com>
    Acked-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 cri-args-hostlists | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cri-args-hostlists b/cri-args-hostlists
index bf847f8..6aa6927 100644
--- a/cri-args-hostlists
+++ b/cri-args-hostlists
@@ -19,7 +19,6 @@
 if [ -e $HOME/.xen-osstest/cri-args-hostslists.settings ]; then
      source $HOME/.xen-osstest/cri-args-hostslists.settings
 fi
-export OSSTEST_CONFIG=${OSSTEST_CONFIG:-production-config}
 
 check_stop_core () {
        if [ "x$OSSTEST_IGNORE_STOP" = xy ]; then return; fi
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to