You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hack/test-templates.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -286,7 +286,7 @@ if [[ -n ${CHECKS["port-forwards"]} ]]; then
286
286
"${scriptdir}/test-port-forwarding.pl""${NAME}"
287
287
288
288
if [[ -n${CHECKS["container-engine"]}||${NAME}=="alpine"* ]];then
289
-
INFO "Testing that \"${CONTAINER_ENGINE} run\" binds to 0.0.0.0 by default and is forwarded to the host"
289
+
INFO "Testing that \"${CONTAINER_ENGINE} run\" binds to 0.0.0.0 and is forwarded to the host (non-default behavior, configured via test-port-forwarding.pl)"
290
290
if [ "$(uname)"="Darwin" ];then
291
291
# macOS runners seem to use `localhost` as the hostname, so the perl lookup just returns `127.0.0.1`
0 commit comments