From 4a342d711f74e545e975fcfc9edcf2c7c63f0724 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 16 Jul 2009 16:35:22 +0200 Subject: Fix running tests when builddir != srcdir. This script is not deployed to the builddir, so it cannot be run with relative paths. --- test/name-test/run-test-systemserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit