c++ - QTest::qExec Hide "passed" messages -


I am new to Qt and Q. I used to run Quetest :: QXAC (and some test classes object) Is it possible to hide "PASS :: MyClass :: myTest" messages? Of course, I want to see all "unsuccessful" messages and statistics, sorry for my poor English

I Not sure that this works with QTest :: qexec , but with the default QTest executable generated with you can specify the parameter -silent .

Help-Text:

  - Silent: Outputs only warnings and failures    

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -