From d4122b97e903539766253a92f3ee0817cc440da9 Mon Sep 17 00:00:00 2001 From: diego_chen <1246160395@qq.com> Date: Fri, 10 Oct 2025 12:43:02 +0000 Subject: [PATCH] update component/CompatibilityTesting/compatibility_testing/Chinese/compatibility_testing.sh. Signed-off-by: diego_chen <1246160395@qq.com> --- .../compatibility_testing/Chinese/compatibility_testing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/CompatibilityTesting/compatibility_testing/Chinese/compatibility_testing.sh b/component/CompatibilityTesting/compatibility_testing/Chinese/compatibility_testing.sh index deeecb0..f303cb6 100644 --- a/component/CompatibilityTesting/compatibility_testing/Chinese/compatibility_testing.sh +++ b/component/CompatibilityTesting/compatibility_testing/Chinese/compatibility_testing.sh @@ -842,7 +842,7 @@ counting_time(){ ( for ((dsec = "${ds}"; dsec > 0; dsec--)); do min=$((dsec / 60)) - se=$(printf "%02d" $((dsec % 60)) + se=$(printf "%02d" $((dsec % 60))) echo -ne "\r 采集剩余时间:${min}:${se}\r" sleep 1 done -- Gitee