Commit 3d9bf660 authored by TokuBuild's avatar TokuBuild Committed by Yoni Fogel

small fix to fractal tree test script

git-svn-id: file:///svn/toku/tokudb@44972 c7de825b-a66e-492c-adef-691d508d4ae1
parent cefaf7d0
...@@ -115,11 +115,13 @@ if [[ $commit -eq 1 ]]; then ...@@ -115,11 +115,13 @@ if [[ $commit -eq 1 ]]; then
# make the build directory, possibly on multiple machines simultaneously, there can be only one # make the build directory, possibly on multiple machines simultaneously, there can be only one
builddir=$buildbase/$date builddir=$buildbase/$date
pushd $buildbase pushd $buildbase
retry (svn mkdir $svnserver/tokudb.build/$date -m "" ; set +e
svn co -q $svnserver/tokudb.build/$date) || rm -rf $date svn mkdir $svnserver/tokudb.build/$date -m "" || true
retry svn co -q $svnserver/tokudb.build/$date
if [ ! -d $date ] ; then if [ ! -d $date ] ; then
exit 1 exit 1
fi fi
set -e
popd popd
tracefilepfx=$builddir/$productname+$ftcc-$GCCVERSION+bdb-$BDBVERSION+$nodename+$system+$release+$arch tracefilepfx=$builddir/$productname+$ftcc-$GCCVERSION+bdb-$BDBVERSION+$nodename+$system+$release+$arch
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment