You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/miro/files/miro-2.5.3-remove-unittest-...

13 lines
538 B

--- miro.real.old 2009-10-29 12:33:29.000000000 +0100
+++ miro.real 2009-10-29 12:33:43.000000000 +0100
@@ -81,9 +81,6 @@
group.add_option('--debug',
action="store_true",
help='Starts Miro in a gdb session for better debugging.')
-group.add_option('--unittest',
- dest='unittest', action='store_true',
- help='Run unittests instead of launching the program.')
parser.set_defaults(unittest=False)
group.add_option('--profile',
metavar='<FILE>',