diff --git a/swagger_to_sdk_config.json b/swagger_to_sdk_config.json index 59d342d7c396..8206c7c6532e 100644 --- a/swagger_to_sdk_config.json +++ b/swagger_to_sdk_config.json @@ -6,16 +6,17 @@ }, "initOptions": { "initScript": { - "path": "sh .scripts/automation_init.sh" + "path": "sh .scripts/automation_init.sh", + "stderr": { + "showInComment": ".*ERROR.*" + } } }, "generateOptions": { "generateScript": { "path": "sh .scripts/automation_generate.sh", "stderr": { - "showInComment": "^\\[AUTOREST\\]", - "scriptError": "^\\[ERROR\\]", - "scriptWarning": "^\\[WARNING\\]" + "showInComment": ".*ERROR.*" } }, "parseGenerateOutput": true