aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Stottlemyer <bstottle@ford.com>2016-07-09 09:48:27 -0400
committerBrett Stottlemyer <bstottle@ford.com>2016-07-11 12:41:12 +0000
commit7f07ec41abb8194cafa19863af183e5e7f971edf (patch)
treef95cdb585ed63e0a632e3d0bfed81178477363d9
parent69c8b9271c14e0866b3a39ee5dd5cc7f58edd631 (diff)
[test] Use command line in proparser
The test reads the command line, but skipped the commit. Change-Id: If38a5fdd1ec129d77065bfd90403e21fea4eda6d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-rw-r--r--tests/manual/proparser/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/proparser/main.cpp b/tests/manual/proparser/main.cpp
index 4555383b7b..60067fd92d 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] <filenme> [<out_pwd>] [<variable assignments>]");
return 3;
}
+ option.commitCommandLineArguments(state);
+ option.useEnvironment();
if (out_pwd.isEmpty())
out_pwd = in_pwd;
option.setDirectories(in_pwd, out_pwd);