Fix running tests when builddir != srcdir.

This script is not deployed to the builddir, so it cannot be
run with relative paths.
This commit is contained in:
Thiago Macieira 2009-07-16 16:35:22 +02:00
parent 37019e9d27
commit 4a342d711f

View file

@ -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