mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
Remove silent mode from tests
This commit is contained in:
committed by
Klaus Basan
parent
400ca612e2
commit
9e00814a5a
@@ -35,9 +35,6 @@ for (int i = 0; i < argc; ++i) \
|
||||
/* Output to stdout */ \
|
||||
args.append({ "-o", "-,txt" }); \
|
||||
\
|
||||
/* Be silent */ \
|
||||
args.append("-silent"); \
|
||||
\
|
||||
/* Output to file */ \
|
||||
QString resultsFileName = QString(#TestObject).replace("::", "_").toLower(); \
|
||||
args.append({ "-o", resultsFileName + "_testresults.xml,xml" }); \
|
||||
|
||||
Reference in New Issue
Block a user