------------------------------------------------------------ revno: 19 committer: Ted Gould <[email protected]> branch nick: trunk timestamp: Wed 2009-12-02 17:14:10 -0600 message: Making the rm delay slightly for distcheck to pass. added: tests/delayrm.sh 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 2009-12-02 22:58:02 +0000 +++ tests/Makefile.am 2009-12-02 23:14:10 +0000 @@ -42,6 +42,8 @@ TESTS += test-param test-param: @echo "#!/bin/sh" > $@ - @echo $(DBUS_RUNNER) --task rm --parameter bob --task touch --parameter bob --ignore-return >> $@ + @echo $(DBUS_RUNNER) --task \"$(srcdir)/delayrm.sh\" --parameter \"$(builddir)/bob\" --task touch --parameter \"$(builddir)/bob\" --ignore-return >> $@ @chmod +x $@ +EXTRA_DIST = \ + delayrm.sh === added file 'tests/delayrm.sh' --- tests/delayrm.sh 1970-01-01 00:00:00 +0000 +++ tests/delayrm.sh 2009-12-02 23:14:10 +0000 @@ -0,0 +1,3 @@ +#!/bin/sh +sleep 0.2 +rm $1
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp

