]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
No longer export $OSSTEST_CONFIG
authorIan Campbell <ian.campbell@citrix.com>
Mon, 13 Jul 2015 08:11:15 +0000 (09:11 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 28 Jul 2015 14:30:21 +0000 (15:30 +0100)
All sites now have a suitable $HOME/.xen-osstest/settings in place
which does this.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
cri-args-hostlists
invoke-daemon

index a4e57b335036f1fa11c402493459050cc57b1910..0dd2ef37ac634dd42e5f483f08d459be9d718e0f 100644 (file)
@@ -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
index 60067984c02da51f2c78def83ff05fb745b1cfa9..5fab1da7d6b4250f5c297ca462d5b1ac52c03d8b 100755 (executable)
@@ -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