mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Don't actually change directories
This commit is contained in:
parent
4c492c06f3
commit
45793bbddc
1 changed files with 1 additions and 3 deletions
4
build.sh
4
build.sh
|
|
@ -6,11 +6,9 @@ _davserver() {
|
|||
git clone --depth=1 \
|
||||
https://github.com/untitaker/$1-testserver.git \
|
||||
/tmp/$1-testserver
|
||||
mkdir testservers
|
||||
ln -s /tmp/$1-testserver $TESTSERVER_BASE$1
|
||||
fi
|
||||
cd $TESTSERVER_BASE$1
|
||||
sh install.sh
|
||||
(cd $TESTSERVER_BASE$1 && sh install.sh)
|
||||
}
|
||||
|
||||
install_build_tests() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue