From 0fa6f7f47bfa39a15fcc7dd0ea8e62799648c7eb Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 22 Apr 2008 11:14:10 +0000 Subject: [PATCH] use flat BASE for testdir --- vbuild-nightly.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 760e445e..3b7a186b 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -174,10 +174,8 @@ function runtest () { fi url=$(echo $rpm | sed -e "s,/vservers/$BASE/build,${TESTBUILDURL}${PLDISTRO}/${BASE},") - # compute test directory name on test box - testdir=chroot-${BASE} - # use another name if any config contains vserver - echo $TESTCONFIG | grep vserver &> /dev/null && testdir=vserver-${BASE} + # test directory name on test box + testdir=${BASE} # clean it ssh ${TESTBOXSSH} rm -rf ${testdir} # check it out -- 2.47.0