aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-10-29 12:44:25 +0200
committerMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-10-29 12:44:25 +0200
commit04b245108a17a63b4625bbf9b1d5b98c1e795944 (patch)
tree250060b41ea7733f6fbd9575d6e859648f12236e
parent07a8bd415b19fe8aba041c921542867b9a38e029 (diff)
parent62afcbc02038dce7e8e96d8fcb0998ca1b6fe7b5 (diff)
Merge branch 'master' of git@gitorious.org:maemo-af/contextkit
-rwxr-xr-xlibcontextsubscriber/customer-tests/runTests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcontextsubscriber/customer-tests/runTests.sh b/libcontextsubscriber/customer-tests/runTests.sh
index 3e6ecc5f..23af913f 100755
--- a/libcontextsubscriber/customer-tests/runTests.sh
+++ b/libcontextsubscriber/customer-tests/runTests.sh
@@ -14,7 +14,7 @@ if [ -n "$COVERAGE" ]
then
make -C coverage-build
export LD_LIBRARY_PATH=../coverage-build/.libs:$LD_LIBRARY_PATH
- export PATH=../../../python:../../../libcontextprovider/context-provide:../../cli/.libs:../../cls/.libs:$PATH
+ export PATH=../../../python:../../../libcontextprovider/context-provide/.libs:../../cli/.libs:../../cls/.libs:$PATH
rm -rf coverage-build/.libs/*.gcda
else
make -C ../src