diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-10-06 16:18:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-10-06 16:24:15 +0100 |
commit | 2ad231f9e90071ad2d83dae7a879ce1295db39ee (patch) | |
tree | 77c9a351462459d28558f16949442c31e5ff35ef /desktop | |
parent | c43cf1d2b6b6307e9455cbd12bbcd8310e135eac (diff) |
experimental afl driven ui testing
Change-Id: I1933951c52adc75ed36db2c083c232f29b6140d6
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/cmdlineargs.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/app/cmdlineargs.cxx b/desktop/source/app/cmdlineargs.cxx index 1aab71434420..a388f7d5cd50 100644 --- a/desktop/source/app/cmdlineargs.cxx +++ b/desktop/source/app/cmdlineargs.cxx @@ -494,6 +494,7 @@ void CommandLineArgs::ParseCommandLine_Impl( Supplier& supplier ) // vcl/unx/generic/app/sm.cxx: oArg != "session=" && #endif + oArg != "eventtesting" && //ignore additional legacy options that don't do anything anymore oArg != "nocrashreport" && m_unknown.isEmpty()) |