From 7f07ec41abb8194cafa19863af183e5e7f971edf Mon Sep 17 00:00:00 2001 From: Brett Stottlemyer Date: Sat, 9 Jul 2016 09:48:27 -0400 Subject: [PATCH] [test] Use command line in proparser The test reads the command line, but skipped the commit. Change-Id: If38a5fdd1ec129d77065bfd90403e21fea4eda6d Reviewed-by: Oswald Buddenhagen --- tests/manual/proparser/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/manual/proparser/main.cpp b/tests/manual/proparser/main.cpp index 4555383b7b5..60067fd92de 100644 --- a/tests/manual/proparser/main.cpp +++ b/tests/manual/proparser/main.cpp @@ -189,6 +189,8 @@ int main(int argc, char **argv) qCritical("usage: testreader [-v] [-d [-d]] [-c] [] []"); return 3; } + option.commitCommandLineArguments(state); + option.useEnvironment(); if (out_pwd.isEmpty()) out_pwd = in_pwd; option.setDirectories(in_pwd, out_pwd);