From f868ef2f0bc208889c3728fe67eb2e4c4faee483 Mon Sep 17 00:00:00 2001 From: kje97 Date: Mon, 7 Jul 2025 17:43:59 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20HIFU/=EC=A0=95=EB=B3=B4=EC=9E=85?= =?UTF-8?q?=EB=A0=A5=20=EB=AA=A8=EB=93=9C=20=EC=88=98=EB=9F=89=20=EB=AF=B8?= =?UTF-8?q?=EB=B0=98=EC=98=81=20=EC=9D=B4=EC=8A=88=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=EB=B6=80=EB=B6=84=20=EC=A3=BC=EC=84=9D=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #3 --- ProductFunctionTester/Main_Form.vb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ProductFunctionTester/Main_Form.vb b/ProductFunctionTester/Main_Form.vb index 44320b6..c2bed39 100644 --- a/ProductFunctionTester/Main_Form.vb +++ b/ProductFunctionTester/Main_Form.vb @@ -5066,7 +5066,6 @@ ProcessEnd: NgEnd: txbWindow.AppendText("=== 불합격 데이터 저장 시작 ===" & vbCrLf) - ' 불합격 데이터 저장을 위해 TestError를 False로 설정 Dim originalTestError As Boolean = TestError TestError = False @@ -5082,7 +5081,7 @@ NgEnd: FailMain() Else txbWindow.AppendText("CSV Data Save : OK" & vbCrLf) - FailMain() ' 불합격 데이터이므로 항상 FailMain() 호출 + FailMain() End If Else txbWindow.AppendText("Run Count Change : FAIL" & vbCrLf) @@ -5097,7 +5096,6 @@ NgEnd: FailMain() End If - ' 원래 TestError 값으로 복원 (필요시) TestError = originalTestError txbWindow.AppendText("=== 불합격 데이터 저장 완료 ===" & vbCrLf)