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:
parent
2bc1d775f5
commit
22f795c834
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user