rename -t into -T
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Wed, 27 Jun 2007 07:31:30 +0000 (07:31 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Wed, 27 Jun 2007 07:31:30 +0000 (07:31 +0000)
oops, fix how to locate myplc rpm

scripts/nightly-build.sh

index b1944ae..69e6ce7 100755 (executable)
@@ -100,7 +100,7 @@ function runtest () {
   build=$1; shift
   buildname=$(basename $build)
   distroname=$(basename $(dirname $build))
-  cd build
+  cd $build
   rpm=$(find . -name myplc\*.rpm )
   url=${TESTBUILDURL}${distroname}/${buildname}/${rpm}
   ssh root@${TESTBOX} ${TESTSCRIPT} ${url}