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>
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
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