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)