diff options
author | Ted Gould <ted@canonical.com> | 2009-10-10 15:40:47 -0400 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-10 15:40:47 -0400 |
commit | 462d25ae76f833ca7ac977406045833bb29fbbb4 (patch) | |
tree | 987e516ef16d072817fa85215d7d2924972e0241 /tests/dbusmenu-gtk | |
parent | 7d5da2654470e74cd6eb41facc8b68a2c74289cc (diff) | |
download | libdbusmenu-462d25ae76f833ca7ac977406045833bb29fbbb4.tar.gz libdbusmenu-462d25ae76f833ca7ac977406045833bb29fbbb4.tar.bz2 libdbusmenu-462d25ae76f833ca7ac977406045833bb29fbbb4.zip |
Getting the build directly through to the script.
Diffstat (limited to 'tests/dbusmenu-gtk')
-rwxr-xr-x | tests/dbusmenu-gtk/dbusMenuTest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbusmenu-gtk/dbusMenuTest b/tests/dbusmenu-gtk/dbusMenuTest index 0815a79..55a791b 100755 --- a/tests/dbusmenu-gtk/dbusMenuTest +++ b/tests/dbusmenu-gtk/dbusMenuTest @@ -3,6 +3,6 @@ export NO_GAIL=0 export NO_AT_BRIDGE=0 -dbus-test-runner --dbus-config /usr/share/dbus-test-runner/session.conf --task ../test-gtk-label-client --task-name Client --task ../test-gtk-label-server --parameter ./mago_tests/$1 --task-name Server --ignore-return +dbus-test-runner --dbus-config /usr/share/dbus-test-runner/session.conf --task $INDICATOR_BUILD_DIR/test-gtk-label-client --task-name Client --task $INDICATOR_BUILD_DIR/test-gtk-label-server --parameter ./mago_tests/$1 --task-name Server --ignore-return |