mirror of
https://github.com/verilator/verilator.git
synced 2025-02-02 03:34:05 +00:00
Tests: Ignore gtkwave spaces.
This commit is contained in:
parent
a2abd361db
commit
788fe3dc27
@ -34,6 +34,7 @@ foreach my $file (sort keys %files) {
|
|||||||
my $eol_ws_exempt = ($file =~ /(\.txt|\.html)$/
|
my $eol_ws_exempt = ($file =~ /(\.txt|\.html)$/
|
||||||
|| $file =~ m!^README$!
|
|| $file =~ m!^README$!
|
||||||
|| $file =~ m!/gtkwave/!);
|
|| $file =~ m!/gtkwave/!);
|
||||||
|
next if $eol_ws_exempt;
|
||||||
if ($ENV{HARNESS_UPDATE_GOLDEN}) {
|
if ($ENV{HARNESS_UPDATE_GOLDEN}) {
|
||||||
my $changes = undef;
|
my $changes = undef;
|
||||||
$changes = 1 if ($contents =~ s/[ \t]+\n/\n/g);
|
$changes = 1 if ($contents =~ s/[ \t]+\n/\n/g);
|
||||||
|
Loading…
Reference in New Issue
Block a user