From ada573dcde3032be69ccab53e6aab623d294edfa Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 Feb 2026 20:28:54 +0800 Subject: [PATCH] automated: try 'script' without -q to show start and finish msgs --- automated/run-nightly.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 031cecf0..f0be77b7 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -14,11 +14,11 @@ while true; do mv -f nightly-build.log nightly-build-previous.log fi ln -sf $LOG_FILE nightly-build.log - time script -q -c "./build.sh nightly-$(date -u +%F) $cmd" $LOG_FILE + time script -c "./build.sh nightly-$(date -u +%F) $cmd" $LOG_FILE touch -h $LOG_FILE ${cmd:+exit 0} ${once:+date; exit 0} - echo "$0: run completed at $(date)" + # echo "$0: run completed at $(date)" echo sleep 99m echo