[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 4/9] standalone: Honour OSSTEST_CONFIG
If OSSTEST_CONFIG is set in the environment, do not default it to ~/.xen-osstest/config. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- standalone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone b/standalone index b5eb9bc..55e884f 100755 --- a/standalone +++ b/standalone @@ -61,7 +61,7 @@ TEMP=$(getopt -o c:f:h:rR --long config:,flight:,host:,reuse,noreuse,reinstall,l eval set -- "$TEMP" -config=$HOME/.xen-osstest/config +config=${OSSTEST_CONFIG-$HOME/.xen-osstest/config} flight="standalone" host= reuse=1 # Don't blow away machines by default -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |