From 1ce20bdd3b8d2e04c7ae67b642388e9965212ca2 Mon Sep 17 00:00:00 2001 From: hnb22 Date: Mon, 30 Jun 2025 18:37:24 -0700 Subject: [PATCH] local log error (not found) fix --- autotest/deployments/local/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autotest/deployments/local/test.sh b/autotest/deployments/local/test.sh index cd92c2d9b..7facb62e7 100755 --- a/autotest/deployments/local/test.sh +++ b/autotest/deployments/local/test.sh @@ -65,6 +65,8 @@ test_example() { return 1 } + local log_file="local_deployment_test.log" + log "INFO" "Deploying locally..." "$log_file" start_time=$(date +%s)