소스 검색

Add clarifying comment

Alois Mahdal 10 년 전
부모
커밋
e282370ab8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      sznqalibs/hoover.py

+ 1
- 0
sznqalibs/hoover.py 파일 보기

@@ -113,6 +113,7 @@ def regression_test(argsrc, tests, driver_settings, cleanup_hack=None,
113 113
                 # do not clutter up the report
114 114
                 if not match_op == operator.eq:
115 115
                     case.hack(cleanup_hack)
116
+                    # but panic if that "removed" the error condition
116 117
                     if match_op(case['oracle'], case['result']):
117 118
                         raise RuntimeError("cleanup ate error")
118 119