Subject: | Tests fail without a DISPLAY |
Probably it's a good idea to protect from failures if there's no DISPLAY available while make test is running:
Running make test
PERL_DL_NONLAZY=1 "/bbbike/perl-5.22.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01basic.t t/02callbacks.t t/03extending.t t/04i18n.t
t/01basic.t ...... ok
Gtk-WARNING **: cannot open display: at /opt/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/Gtk2.pm line 126.
t/02callbacks.t ..
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run
Gtk-WARNING **: cannot open display: at /opt/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/Gtk2.pm line 126.
t/03extending.t ..
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run
Gtk-WARNING **: cannot open display: at /opt/perl-5.22.0/lib/site_perl/5.22.0/x86_64-linux/Gtk2.pm line 126.
t/04i18n.t .......
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run