From: Jason Etheridge Date: Mon, 28 Jan 2019 07:44:05 +0000 (-0500) Subject: qa01 throws this warning, though my local pristine stretch install does not X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=57b14076701c7e412bb343a928cdf9fc1ae16a15;p=working%2Frandom.git qa01 throws this warning, though my local pristine stretch install does not --- diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl index 62fd9d445..8e6a70e46 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -193,6 +193,8 @@ sub print_pass_or_fail { #$exception{'Log Output: osrfsys.log'} = 3; # open-ils.cstore ERROR from live_t/08-lp1366964-libdbi-error.t (and related) #$exception{'Running Evergreen browser client build/test'} = 6; # Cannot connect to offline DB: Error: http://google.github.io/lovefield/error_lookup/src/error_lookup.html $exception{'Installing OpenSRF'} = 1 ; # grep: /etc/apache2/httpd.conf: No such file or directory + $exception{'Restarting Apache'} = 1 ; # There are processes named 'apache2' running which do not match your pid file which are left untouched in the name of safety, Please review the situation by hand. ... (warning). + if (! defined $exception{$p_subpage}) { $exception{$p_subpage} = 0; }