فهرست منبع

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")