From 760a17208ba30044c07f1443441935377aab57c0 Mon Sep 17 00:00:00 2001 From: joseph le Date: Fri, 22 Sep 2023 14:04:17 +0700 Subject: [PATCH] test shell script --- app/utils/runtimeCheckLogs.ts | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/app/utils/runtimeCheckLogs.ts b/app/utils/runtimeCheckLogs.ts index e7c775c..0c68360 100644 --- a/app/utils/runtimeCheckLogs.ts +++ b/app/utils/runtimeCheckLogs.ts @@ -264,33 +264,33 @@ export async function runtimeCheckLogs(folderPath) { ")\n"; }); - // sendMessToZulip( - // "stream", - // "Result test - auto.nswteam.net", - // "Log Alert", - // "------------\n\n:warning: :warning: **" + - // fileName + - // "**\n\n" + - // content + - // "\n\n" + - // spoiler + - // "\n\n***Issue found:***\n" + - // issueFound - // ); - sendMessToZulip( "stream", - "AUS_VN_Test", - "Test Log Alerts", + "Result test - auto.nswteam.net", + "Log Alert", "------------\n\n:warning: :warning: **" + fileName + "**\n\n" + content + "\n\n" + spoiler + - "\n\n*Issue found:*\n" + + "\n\n***Issue found:***\n" + issueFound ); + + // sendMessToZulip( + // "stream", + // "AUS_VN_Test", + // "Test Log Alerts", + // "------------\n\n:warning: :warning: **" + + // fileName + + // "**\n\n" + + // content + + // "\n\n" + + // spoiler + + // "\n\n*Issue found:*\n" + + // issueFound + // ); } }, 3000); //false: next