mirror of
https://github.com/glest/glest-source.git
synced 2025-09-25 15:09:03 +02:00
- disable backtrace when running tech validation report
This commit is contained in:
@@ -978,6 +978,8 @@ void setupLogging(Config &config, bool haveSpecialOutputCommandLineOption) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void runTechValidationReport(int argc, char** argv) {
|
void runTechValidationReport(int argc, char** argv) {
|
||||||
|
disableBacktrace=true;
|
||||||
|
|
||||||
printf("====== Started Validation ======\n");
|
printf("====== Started Validation ======\n");
|
||||||
|
|
||||||
// Did the user pass a specific list of factions to validate?
|
// Did the user pass a specific list of factions to validate?
|
||||||
@@ -1038,6 +1040,8 @@ void runTechValidationReport(int argc, char** argv) {
|
|||||||
vector<string> techPaths = config.getPathListForType(ptTechs);
|
vector<string> techPaths = config.getPathListForType(ptTechs);
|
||||||
for(int idx = 0; idx < techPaths.size(); idx++) {
|
for(int idx = 0; idx < techPaths.size(); idx++) {
|
||||||
string &techPath = techPaths[idx];
|
string &techPath = techPaths[idx];
|
||||||
|
//printf("techPath [%s]\n",techPath.c_str());
|
||||||
|
|
||||||
for(int idx2 = 0; idx2 < techTreeFiles.size(); idx2++) {
|
for(int idx2 = 0; idx2 < techTreeFiles.size(); idx2++) {
|
||||||
string &techName = techTreeFiles[idx2];
|
string &techName = techTreeFiles[idx2];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user