randdisable: enable warnings, fix one

This commit is contained in:
Viktor Szakats 2025-07-11 14:56:24 +02:00
parent 7b20671570
commit f47c18a1dc
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -20,8 +20,13 @@
# - edit the @tls array to include all TLS backends you can build with
# - do a checkout in a ram-based filesystem
#
use strict;
use warnings;
use List::Util qw/shuffle/;
my @disable;
sub getoptions {
my @all = `./configure --help`;
for my $o (@all) {