mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
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:
parent
fa229ab979
commit
bfa8303199
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue