← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~alexlauni/dbusmenu/test-failure into lp:dbusmenu

 

Alex Launi has proposed merging lp:~alexlauni/dbusmenu/test-failure into lp:dbusmenu.

Requested reviews:
  Alex Launi (alexlauni)


Add a failing test to test how tarmac handles automatic landing with failing tests
-- 
https://code.launchpad.net/~alexlauni/dbusmenu/test-failure/+merge/40100
Your team ayatana-commits is subscribed to branch lp:dbusmenu.
=== modified file 'tests/Makefile.am'
--- tests/Makefile.am	2010-08-27 19:31:44 +0000
+++ tests/Makefile.am	2010-11-04 14:37:13 +0000
@@ -498,6 +498,7 @@
 	@echo "#!/bin/bash" > $@
 	@echo $(XVFB_RUN) >> $@
 	@echo $(DBUS_RUNNER) --task ./test-gtk-submenu-client --task-name Client --task ./test-gtk-submenu-server --task-name Server --ignore-return >> $@
+	@echo $(DBUS_RUNNER) --task /bin/false --task-name Failure >> $@
 	@chmod +x $@
 
 test_gtk_submenu_server_SOURCES = \


Follow ups