diff --git a/swagger_to_sdk_config.json b/swagger_to_sdk_config.json index 8206c7c6532e..414fa6e0beb9 100644 --- a/swagger_to_sdk_config.json +++ b/swagger_to_sdk_config.json @@ -8,7 +8,10 @@ "initScript": { "path": "sh .scripts/automation_init.sh", "stderr": { - "showInComment": ".*ERROR.*" + "showInComment": true + }, + "stdout": { + "showInComment": true } } }, @@ -16,7 +19,10 @@ "generateScript": { "path": "sh .scripts/automation_generate.sh", "stderr": { - "showInComment": ".*ERROR.*" + "showInComment": true + }, + "stdout": { + "showInComment": "[automation_generate.sh]" } }, "parseGenerateOutput": true