From: Thierry Parmentelat Date: Mon, 21 Apr 2008 14:43:55 +0000 (+0000) Subject: tests to figure arch from the rpm url X-Git-Tag: 4.2-rc2~21 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=71d4aa4498d60030108fdf8473877ee2aabce895;p=build.git tests to figure arch from the rpm url --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 4846169c..760e445e 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -187,12 +187,10 @@ function runtest () { for config in ${TESTCONFIG} ; do configs="$configs --config $config" done - [ "$PERSONALITY" == linux64 ] && personality="--personality linux64" - # need to proceed despite of set -e success=true - ssh 2>&1 ${TESTBOXSSH} ${testdir}/runtest --build ${SVNPATH} --url ${url} $configs $personality --all || success= + ssh 2>&1 ${TESTBOXSSH} ${testdir}/runtest --build ${SVNPATH} --url ${url} $configs --all || success= # gather logs in the vserver mkdir -p /vservers/$BASE/build/testlogs