closes[t:2704] fix cronjob for windows nightly tests

git-svn-id: file:///svn/toku/tokudb@20903 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Yoni Fogel 2013-04-16 23:59:18 -04:00
parent fa229ab979
commit bfa8303199

View file

@ -12,9 +12,12 @@ cd $HOME/svn.build
if ! [ -d tokudb.build ] ; then if ! [ -d tokudb.build ] ; then
svn --username $SVN_USER --password $SVN_PASS co -q --depth=empty https://svn.tokutek.com/tokudb/tokudb.build || exit 1 svn --username $SVN_USER --password $SVN_PASS co -q --depth=empty https://svn.tokutek.com/tokudb/tokudb.build || exit 1
fi fi
if ! [ -d scripts ] ; then
svn --username $SVN_USER --password $SVN_PASS co -q --depth=empty https://svn.tokutek.com/toku/tokudb/scripts || exit 1
fi
cd tokudb.build cd scripts
svn --username $SVN_USER --password $SVN_PASS up -q bin || exit 1 svn --username $SVN_USER --password $SVN_PASS up || exit 1
cd bin cd bin