[tracker] Functional tests: create the required directories for logging
- From: Ivan Frade <ifrade src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] Functional tests: create the required directories for logging
- Date: Mon, 10 May 2010 16:24:02 +0000 (UTC)
commit cf0beb84baf2cf9590ad489e7a3e4484ea79eca7
Author: Ivan Frade <ivan frade nokia com>
Date: Mon May 10 19:22:04 2010 +0300
Functional tests: create the required directories for logging
tests/functional-tests/helper-test-data.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/functional-tests/helper-test-data.sh b/tests/functional-tests/helper-test-data.sh
index 117069d..8b4eb3e 100644
--- a/tests/functional-tests/helper-test-data.sh
+++ b/tests/functional-tests/helper-test-data.sh
@@ -33,7 +33,7 @@ echo "Setting temporal directories for the DBs"
if [[ -e /tmp/xdg-data-home ]]; then
rm -rf /tmp/xdg-data-home
fi
-mkdir /tmp/xdg-data-home
+mkdir -p /tmp/xdg-data-home/tracker
export XDG_DATA_HOME=/tmp/xdg-data-home/
if [[ -e /tmp/xdg-cache-home ]]; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]