summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorThiago Macieira <thiago@kde.org>2009-07-16 16:35:22 +0200
committerThiago Macieira <thiago@kde.org>2009-07-16 16:35:22 +0200
commit4a342d711f74e545e975fcfc9edcf2c7c63f0724 (patch)
tree6942bdce634c29fa118af573300df03ee02fcede /test
parent37019e9d271390fa8c62c1aae62d30bb9068adaa (diff)
Fix running tests when builddir != srcdir.
This script is not deployed to the builddir, so it cannot be run with relative paths.
Diffstat (limited to 'test')
-rwxr-xr-xtest/name-test/run-test-systemserver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/name-test/run-test-systemserver.sh b/test/name-test/run-test-systemserver.sh
index 34dd6487..d3b8d557 100755
--- a/test/name-test/run-test-systemserver.sh
+++ b/test/name-test/run-test-systemserver.sh
@@ -41,7 +41,7 @@ if ! grep -q 'DBus.Error' echo-error-output.tmp; then
fi
echo "running test echo signal"
-if ! python ./test-wait-for-echo.py; then
+if ! python $DBUS_TOP_SRCDIR/test/name-test/test-wait-for-echo.py; then
echo "Failed test-wait-for-echo"
exit 1
fi