Add -dryrun flag for testing, improve the behavior of 'rebuild'

This commit is contained in:
Joshua Granick
2014-11-20 09:43:27 -08:00
parent 11a5eee0e9
commit 451a1ccc9a
6 changed files with 118 additions and 64 deletions

View File

@@ -1560,6 +1560,10 @@ class CommandLineTools {
argument = "-verbose";
LogHelper.verbose = true;
} else if (argument == "-dryrun") {
ProcessHelper.dryRun = true;
} else if (argument == "-notrace") {
traceEnabled = false;