From 9b47332d9c82f7a3d917c40fd63553b8a3f3c9a6 Mon Sep 17 00:00:00 2001 From: Joshua Marantz Date: Mon, 29 Aug 2016 17:06:26 -0400 Subject: [PATCH] allow sloppy exit (#1258) * set up a test subdir with cc:public * allow 'adding function to sequence' warnings on shutdown, without breaking the nginx debug tests --- test/nginx_system_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/nginx_system_test.sh b/test/nginx_system_test.sh index 860583aae..905c680be 100644 --- a/test/nginx_system_test.sh +++ b/test/nginx_system_test.sh @@ -1433,6 +1433,7 @@ OUT=$(cat "$ERROR_LOG" \ | grep -v "\\[warn\\].*Controller process .* exited with status code.*" \ | grep -v "\\[warn\\].*Rewrite.*failed.*.pagespeed....0.foo.*" \ | grep -v "\\[warn\\].*A.blue.css.*but cannot access the original.*" \ + | grep -v "\\[warn\\].*Adding function to sequence.*" \ || true) check [ -z "$OUT" ]