From 12306d7880485a8c3eac744c8a34d35c3ccdc5cd Mon Sep 17 00:00:00 2001 From: hongjianxiaozi Date: Tue, 10 Feb 2026 14:46:38 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=20main.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hongjianxiaozi --- cases/smoke/basic/screenshot32/new_script/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cases/smoke/basic/screenshot32/new_script/main.py b/cases/smoke/basic/screenshot32/new_script/main.py index e0152e1b..27093136 100644 --- a/cases/smoke/basic/screenshot32/new_script/main.py +++ b/cases/smoke/basic/screenshot32/new_script/main.py @@ -65,9 +65,9 @@ if __name__ == '__main__': # text = text.replace('', '') # f.seek(0) # f.write(text) - if passed == 19: + if passed == 17: print('SmokeTest: End of check, test succeeded!') else: - print('SmokeTest: End of check, SmokeTest find some fatal problems! passed {}/{}'.format(passed, 19)) + print('SmokeTest: End of check, SmokeTest find some fatal problems! passed {}/{}'.format(passed, 17)) except: print('SmokeTest: End of check, SmokeTest find some fatal problems! {}'.format(traceback.format_exc()))