From f7e42c38af1bfc3dc8138840694353cba34222fc Mon Sep 17 00:00:00 2001 From: mxr <> Date: Thu, 2 Apr 2026 11:06:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(test)=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E8=84=9A=E6=9C=ACrun.sh=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 673233a..cc3bc5b 100755 --- a/run.sh +++ b/run.sh @@ -81,7 +81,7 @@ for file in "${TEST_FILES[@]}"; do "$VERIFY_SCRIPT" "$file" test/test_result/function/ir --run 2>&1 | tee -a "$RESULT_FILE" result2=${PIPESTATUS[0]} else - "$VERBOSE" "$VERIFY_SCRIPT" "$file" test/test_result/function/ir --run >> "$RESULT_FILE" 2>&1 + "$VERIFY_SCRIPT" "$file" test/test_result/function/ir --run >> "$RESULT_FILE" 2>&1 result2=$? fi echo "" >> "$RESULT_FILE"