diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-07-10 10:26:22 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-07-10 10:44:08 +0200 |
commit | 098d4a3b3f46213794e061a407eb40e9dc6c78d5 (patch) | |
tree | 471de69775a778acd4d19a571fd4450e8d0faf2e /uitest | |
parent | fbc1f7b70262a40fdf7227ff589646ba459cdcc3 (diff) |
uitest: support the gdb param also in the uitest runner
Change-Id: I86833d9fdf42199480f1d448c56e63ff22d4923e
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/test_main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/test_main.py b/uitest/test_main.py index 97afeb43f60c..7dcbb3b6431e 100644 --- a/uitest/test_main.py +++ b/uitest/test_main.py @@ -21,7 +21,7 @@ from libreoffice.connection import OfficeConnection def parseArgs(argv): (optlist,args) = getopt.getopt(argv[1:], "hdr", - ["help", "debug", "soffice=", "userdir=", "dir=", "file="]) + ["help", "debug", "soffice=", "userdir=", "dir=", "file=", "gdb"]) return (dict(optlist), args) def usage(): |