From: Alan T. DeKok Date: Mon, 22 Aug 2022 14:54:56 +0000 (-0400) Subject: docs on ci-debug X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebb0e3e711655e82378050188522ff2a6eec3a1d;p=thirdparty%2Ffreeradius-server.git docs on ci-debug --- diff --git a/src/tests/daemon/all.mk b/src/tests/daemon/all.mk index a4348b736a3..2a4c50b0265 100644 --- a/src/tests/daemon/all.mk +++ b/src/tests/daemon/all.mk @@ -2,6 +2,15 @@ # Don't bother running the shell commands every time. # If the file exists, # +# This is run only on the 'ci-debug' branch. Push to that branch, +# and on failure, the log will be spitting out a tmux command which +# can be used to access the system. +# +# The shell may have temporary issues (network, etc.) which is added +# by GitHub in order to prevent people using CI to host things. But +# it will still work. +# +# ifeq "$(wildcard $(BUILD_DIR)/tests/tmux.key)" "" MD5SUM := $(shell which md5sum 2>/dev/null)