Skip to content

Commit

Permalink
Do not create all page for ports html.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Mar 22, 2024
1 parent b28ec3f commit de63ad6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ END
or die "Make symlink 'results/latest' failed: $!";
runcmd("bin/regress-html.pl", "-l", "ports");

runcmd("bin/regress-html.pl", "ports");
# do not create all page, it is too slow and too large
#runcmd("bin/regress-html.pl", "ports");

my $now = strftime("%FT%TZ", gmtime);
logmsg("Script '$scriptname' finished at $now.\n");
Expand Down

0 comments on commit de63ad6

Please sign in to comment.