diff --git a/tests/helpers.sh b/tests/helpers.sh index a9c0d0d6..31565c7a 100755 --- a/tests/helpers.sh +++ b/tests/helpers.sh @@ -23,6 +23,9 @@ title() shift 1 echo "" echo "## $*" + if [ -f "${PPDBGFILE}" ]; then + echo "[TEST]: $*" >> ${PPDBGFILE} + fi ;; "LINE") shift 1 diff --git a/tests/setup-kryoptic.sh b/tests/setup-kryoptic.sh index b62ca822..176c550d 100755 --- a/tests/setup-kryoptic.sh +++ b/tests/setup-kryoptic.sh @@ -403,6 +403,7 @@ title LINE "Export test variables to ${TMPPDIR}/testvars" cat >> "${TMPPDIR}/testvars" <> "${TMPPDIR}/testvars" < "${TMPPDIR}/testvars" <