Mark CentralControllerPort as Experimental (#1326)

This commit is contained in:
hillsp
2016-11-30 14:43:55 -05:00
committed by GitHub
parent 617f0e6bee
commit f7502b1b40
+1 -1
View File
@@ -191,7 +191,7 @@ else
fi fi
if [ "$RUN_CONTROLLER_TEST" = "on" ]; then if [ "$RUN_CONTROLLER_TEST" = "on" ]; then
CONTROLLER="pagespeed CentralControllerPort $CONTROLLER_PORT;" CONTROLLER="pagespeed ExperimentalCentralControllerPort $CONTROLLER_PORT;"
else else
CONTROLLER="" CONTROLLER=""
fi fi