Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/includes/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ tomcat_wait_for_n_nodes() {
echo "$(date) httpd isn't running or something VERY wrong"
exit 1
fi
echo "($date) Waiting for $nodes nodes DONE"
echo "$(date) Waiting for $nodes nodes DONE"
}

#
Expand Down
2 changes: 0 additions & 2 deletions test/testsuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ res=$(expr $res + $?)

MPC_CONF=httpd/mod_lbmethod_cluster.conf run_test basetests.sh "Basic tests with mod_proxy_balancer"
res=$(expr $res + $?)
MPC_CONF=usealias/mod_lbmethod_cluster.conf run_test usealias/testit.sh "UseAlias with mod_proxy_balancer"
res=$(expr $res + $?)
MPC_CONF=MODCLUSTER-640/mod_lbmethod_cluster.conf run_test MODCLUSTER-640/testit.sh "MODCLUSTER-640 with mod_proxy_balancer"
res=$(expr $res + $?)
MPC_CONF=MODCLUSTER-734/mod_lbmethod_cluster.conf run_test MODCLUSTER-734/testit.sh "MODCLUSTER-734 with mod_proxy_balancer"
Expand Down
2 changes: 1 addition & 1 deletion test/usealias/testit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ httpd_remove
tomcat_all_remove

# Make sure to use custom conf with UseAlias On
MPC_CONF=usealias/mod_proxy_cluster.conf httpd_start
MPC_CONF=${MPC_CONF:-usealias/mod_proxy_cluster.conf} httpd_start


tomcat_start 1
Expand Down
2 changes: 1 addition & 1 deletion test/websocket/basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ httpd_remove
tomcat_all_remove

# run a fresh httpd
MPC_CONF=websocket/mod_proxy_cluster.conf httpd_start
MPC_CONF=${MPC_CONF:-websocket/mod_proxy_cluster.conf} httpd_start

tomcat_start_two || exit 1
tomcat_wait_for_n_nodes 2 || exit 1
Expand Down