From 164f5d50c70b94e401a30fa266191e16bfc06ad2 Mon Sep 17 00:00:00 2001 From: Dan Bornstein Date: Tue, 31 Oct 2023 10:43:58 -0700 Subject: [PATCH] Temporary for testing the automated build. --- scripts/lib/lactoserv/lint | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/lib/lactoserv/lint b/scripts/lib/lactoserv/lint index 55e1cad67..7704bfbe2 100755 --- a/scripts/lib/lactoserv/lint +++ b/scripts/lib/lactoserv/lint @@ -106,6 +106,12 @@ if (( ${#args[@]} == 0 )); then args=("${srcDir}") fi +# TEMP!!!! FOR TESTING +info-msg '#################' +(cd "${outDir}"; find . -type f) +info-msg '#################' +# TEMP!!!! FOR TESTING + "${toolPath}" "${opts[@]}" -- "${args[@]}" status="$?"