mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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 \
|
git clone --depth=1 \
|
||||||
https://github.com/untitaker/$1-testserver.git \
|
https://github.com/untitaker/$1-testserver.git \
|
||||||
/tmp/$1-testserver
|
/tmp/$1-testserver
|
||||||
mkdir testservers
|
|
||||||
ln -s /tmp/$1-testserver $TESTSERVER_BASE$1
|
ln -s /tmp/$1-testserver $TESTSERVER_BASE$1
|
||||||
fi
|
fi
|
||||||
cd $TESTSERVER_BASE$1
|
(cd $TESTSERVER_BASE$1 && sh install.sh)
|
||||||
sh install.sh
|
|
||||||
}
|
}
|
||||||
|
|
||||||
install_build_tests() {
|
install_build_tests() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue