소스 검색

tests: halt with different error codes for different errors

git-svn-id: trunk@15039 -
paul 15 년 전
부모
커밋
57b67087a8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tests/webtbs/tw6690.pp

+ 2 - 2
tests/webtbs/tw6690.pp

@@ -53,9 +53,9 @@ begin
   tkinterface: if (po^.name<>'iinterface2') and
                   (po^.name<>'iinterface4') and
                   (po^.name<>'iinterface6') then
-                  halt(1);
+                  halt(2);
   else
-    halt(1);
+    halt(3);
  end;
 end;