------------------------------------------------------------ revno: 30 committer: Ted Gould <[email protected]> branch nick: trunk timestamp: Fri 2011-01-28 10:38:35 -0600 message: Launching the shell script from the right dir modified: tests/Makefile.am
-- lp:dbus-test-runner https://code.launchpad.net/~indicator-applet-developers/dbus-test-runner/trunk Your team ayatana-commits is subscribed to branch lp:dbus-test-runner. To unsubscribe from this branch go to https://code.launchpad.net/~indicator-applet-developers/dbus-test-runner/trunk/+edit-subscription
=== modified file 'tests/Makefile.am' --- tests/Makefile.am 2011-01-28 14:58:51 +0000 +++ tests/Makefile.am 2011-01-28 16:38:35 +0000 @@ -67,7 +67,7 @@ TESTS += test-bustle test-bustle: Makefile.am test-bustle.reference @echo "#!/bin/sh -e" > $@ - @echo $(DBUS_RUNNER) --bustle-data \"$(builddir)/test-bustle.bustle\" --task ./test-bustle-list.sh --ignore-return >> $@ + @echo $(DBUS_RUNNER) --bustle-data \"$(builddir)/test-bustle.bustle\" --task $(srcdir)/test-bustle-list.sh --ignore-return >> $@ @echo "grep ^mc \"$(builddir)/test-bustle.bustle\" | grep ":1.1" | grep "ListNames" | cut -f 5-9 > test-bustle.filtered" >> $@ @echo "diff \"$(srcdir)/test-bustle.reference\" \"$(builddir)/test-bustle.filtered\"" >> $@ @chmod +x $@
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp

