Tests: Ignore gtkwave spaces.

This commit is contained in:
Wilson Snyder 2020-06-30 21:36:39 -04:00
parent a2abd361db
commit 788fe3dc27

View File

@ -34,6 +34,7 @@ foreach my $file (sort keys %files) {
my $eol_ws_exempt = ($file =~ /(\.txt|\.html)$/
|| $file =~ m!^README$!
|| $file =~ m!/gtkwave/!);
next if $eol_ws_exempt;
if ($ENV{HARNESS_UPDATE_GOLDEN}) {
my $changes = undef;
$changes = 1 if ($contents =~ s/[ \t]+\n/\n/g);