Home
last modified time | relevance | path

Searched refs:test_output_path (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/test/guix_studio_test/test_demo/
Dcompare_two_files.py177 def compare_output_folders(project_path, test_output_path): argument
179 file_list = os.listdir(test_output_path)
180 logging.debug("comparing output folder: %s", test_output_path)
182 if compare(project_path + file, test_output_path + file) == False: