From 7cac20912c4f0103760858574dfb5e20b42e7964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AA=A6=E5=87=A4=E8=99=8E?= Date: Mon, 22 Apr 2024 10:32:10 +0000 Subject: [PATCH] Update README.md --- 24.02/tsg_olap_e2e_test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/24.02/tsg_olap_e2e_test/README.md b/24.02/tsg_olap_e2e_test/README.md index d369cbf..f2a4f4a 100644 --- a/24.02/tsg_olap_e2e_test/README.md +++ b/24.02/tsg_olap_e2e_test/README.md @@ -87,7 +87,7 @@ newman run ./collection.json -n 3 -e ./environment.json --delay-request 1000 --t newman run ./collection.json -n 3 --delay-request 1000 -e ./environment.json --ignore-redirects --folder logs -r emojitrain #Logs进行故障诊断,输出报告json格式,自动存储newman目录 -newman run ./collection.json -n 3 --delay-request 1000 -e ./environment.json --ignore-redirects --folder logs -r json +newman run ./collection.json -n 3 --delay-request 1000 -e ./environment.json --ignore-redirects --folder logs -r cli,json ```