Source release 17.1.0
This commit is contained in:
@@ -58,5 +58,5 @@ bash "${test_dir}/update_file_lists.sh"
|
||||
|
||||
# Test whether there are any differences
|
||||
for file in ${generated_files[@]}; do
|
||||
diff "${golden_dir}/${file}" "${test_dir}/${file}"
|
||||
diff -du "${golden_dir}/${file}" "${test_dir}/${file}"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user