소스 검색

Correct tests

olivier.massot 8 년 전
부모
커밋
8958b29bb8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tests/utilities.py

+ 2 - 0
tests/utilities.py

@@ -62,6 +62,8 @@ def compare_files(path1, path2):
                     if not ignore:
                         print("> {} : source and ref differ at line {}".format(path1, linecount))
                         return False
+    return True
+
 
 def clean_sources(sources_path):
     print("Clean the sources")