mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-26 15:40:09 +01:00
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:
parent
37019e9d27
commit
4a342d711f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue