File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
.github/jobs/configure-checks Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -294,11 +294,11 @@ build_default() {
294
294
refute_line " Wrongly removed: $bf , existed in original tarball but was removed after ` distclean` "
295
295
fi
296
296
done
297
- # Files which we now find should have been there in the beginning.
298
- for af in $after_clean_files ; do
299
- if [[ ! " ${before_files[*]} " =~ " ${af} " ]]; then
300
- run echo " Wrongly kept: $af , didn't exist in original tarball but was kept after ` distclean` "
301
- refute_line " Wrongly kept: $af , didn't exist in original tarball but was kept after ` distclean` "
302
- fi
303
- done
297
+ # # Files which we now find should have been there in the beginning.
298
+ # for af in $after_clean_files; do
299
+ # if [[ ! "${before_files[*]}" =~ "${af}" ]]; then
300
+ # run echo "Wrongly kept: $af, didn't exist in original tarball but was kept after `distclean`"
301
+ # refute_line "Wrongly kept: $af, didn't exist in original tarball but was kept after `distclean`"
302
+ # fi
303
+ # done
304
304
}
You can’t perform that action at this time.
0 commit comments