mod_pagespeed moved the location of the system directory; update our includes

This commit is contained in:
Jeff Kaufman
2015-01-06 09:22:56 -05:00
parent abdafc7aa4
commit 340c86a49e
9 changed files with 20 additions and 23 deletions
+2 -1
View File
@@ -259,7 +259,8 @@ CACHE_PURGE_METHODS="PURGE GET"
SERVER_NAME=nginx
# run generic system tests
SYSTEM_TEST_FILE="$MOD_PAGESPEED_DIR/src/net/instaweb/system/system_test.sh"
SYSTEM_TEST_FILE="$MOD_PAGESPEED_DIR/src/pagespeed/system/system_test.sh"
AUTOMATIC_SYSTEM_TEST="$MOD_PAGESPEED_DIR/src/net/instaweb/automatic/system_test.sh"
if [ ! -e "$SYSTEM_TEST_FILE" ] ; then
echo "Not finding $SYSTEM_TEST_FILE -- is mod_pagespeed not in a parallel"