forked from qt-creator/qt-creator
VCS: Introduce NoOutput command flag
Suppresses all kinds of output Change-Id: I3bd2173fc3efcfcc2ce7434d9545cd1492d7c0ab Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
0bb318939b
commit
dafaab25bd
@@ -174,7 +174,9 @@ public:
|
||||
FullySynchronously = 0x100, // Suppress local event loop (in case UI actions are
|
||||
// triggered by file watchers).
|
||||
ExpectRepoChanges = 0x200, // Expect changes in repository by the command
|
||||
SilentOutput = 0x400 // With ShowStdOutInLogWindow - append output silently
|
||||
SilentOutput = 0x400, // With ShowStdOutInLogWindow - append output silently
|
||||
NoOutput = SuppressStdErrInLogWindow | SuppressFailMessageInLogWindow
|
||||
| SuppressCommandLogging
|
||||
};
|
||||
|
||||
static Utils::SynchronousProcessResponse runVcs(const QString &workingDir,
|
||||
|
Reference in New Issue
Block a user