From db96867395b953208eade92c32b9b4130d8a682e Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Thu, 14 Mar 2019 15:55:40 -0400 Subject: [PATCH] Run on-line tests when automated testing --- Makefile.PL | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 6087e4f..6fb02c2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -111,6 +111,10 @@ sub are_online Timeout => 5 ); if($s) { + if($ENV{'AUTOMATED_TESTING'}) { + close($s); + return 1; + } print <