mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Don't change pwd for next loop run
This commit is contained in:
parent
5f682cadb9
commit
f43ef436b7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -26,7 +26,7 @@ install-servers:
|
|||
/tmp/$$server-testserver; \
|
||||
ln -s /tmp/$$server-testserver $(TESTSERVER_BASE)$$server; \
|
||||
fi; \
|
||||
cd $(TESTSERVER_BASE)$$server && sh install.sh; \
|
||||
(cd $(TESTSERVER_BASE)$$server && sh install.sh); \
|
||||
done
|
||||
|
||||
install-test: install-servers
|
||||
|
|
|
|||
Loading…
Reference in a new issue