From decdfc91cd36fc85d7512ae77c62105ba6d57c8e Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Mon, 19 Aug 2013 19:50:57 +0200 Subject: [PATCH] Fix test dir --- tests/install_dependencies.sh | 2 ++ tests/phpunit.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/install_dependencies.sh b/tests/install_dependencies.sh index 72e20aa6..9aad0f8c 100755 --- a/tests/install_dependencies.sh +++ b/tests/install_dependencies.sh @@ -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 \ No newline at end of file diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 22c474b4..b932d71b 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -1,4 +1,4 @@ - + ./tests/vobject.php