From 0ee7a1b8065ce58bd0d3a379f187a5322caaf6e9 Mon Sep 17 00:00:00 2001 From: Andrei Neculau Date: Fri, 23 Aug 2024 22:50:57 +0200 Subject: [PATCH] debug --- tests/test_cleanup.bats | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_cleanup.bats b/tests/test_cleanup.bats index fc00077..010909e 100755 --- a/tests/test_cleanup.bats +++ b/tests/test_cleanup.bats @@ -16,6 +16,9 @@ SECRET_CONTENT_ENC="U2FsdGVkX1/6ilR0PmJpAyCF7iG3+k4aBwbgVd48WaQXznsg42nXbQrlWsf/ # Show all changes, caches plaintext due to `cachetextconv` setting run git log -p -- sensitive_file [ "$status" -eq 0 ] + echo "lines=${lines}" >&3 + echo "output=${output}" >&3 + echo "SECRET_CONTENT=${SECRET_CONTENT}" >&3 [[ "${output}" = *"+$SECRET_CONTENT" ]] # Check last line of patch # Look up notes ref to cached plaintext