Commit 6eef63f2 authored by Yoni Fogel's avatar Yoni Fogel

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

git-svn-id: file:///svn/toku/tokudb@20903 c7de825b-a66e-492c-adef-691d508d4ae1
parent 49527b77
......@@ -12,9 +12,12 @@ cd $HOME/svn.build
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
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
svn --username $SVN_USER --password $SVN_PASS up -q bin || exit 1
cd scripts
svn --username $SVN_USER --password $SVN_PASS up || exit 1
cd bin
......
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