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
This commit is contained in:
Joshua Marantz
2016-08-29 17:06:26 -04:00
committed by GitHub
parent 4b7a7cc15e
commit 9b47332d9c
+1
View File
@@ -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" ]