runtests: consider warnings fatal and error on them

To help us detect and fix warnings in this script easier and faster.

Assisted-by: Jakob Hirsch

Ref: #10206
Closes #10208
This commit is contained in:
Daniel Stenberg 2023-01-02 17:47:30 +01:00
parent 2bc1d775f5
commit 22f795c834
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -75,7 +75,8 @@ BEGIN {
}
use strict;
use warnings;
# Promote all warnings to fatal
use warnings FATAL => 'all';
use Cwd;
use Digest::MD5 qw(md5);
use MIME::Base64;