1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00

Fix test dir

This commit is contained in:
Thomas Tanghus 2013-08-19 19:50:57 +02:00
parent 22170596d7
commit decdfc91cd
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#!/bin/bash
cd ..
echo "Current dir: $PWD"
ls
git clone https://github.com/owncloud/core
git clone https://github.com/owncloud/appframework
cd contacts

View File

@ -1,4 +1,4 @@
<phpunit bootstrap="../../core/tests/php/bootstrap.php">
<phpunit bootstrap="../../core/tests/bootstrap.php">
<testsuites>
<testsuite name="VObject mods">
<file>./tests/vobject.php</file>