Skip to content

Commit

Permalink
PMM-12899 send exec time to the log file
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Apr 2, 2024
1 parent 9587f21 commit 13b4f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/local/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ build_with_logs() {
fi
end_time=$(date +%s)

echo "Execution time for $script: $((end_time - start_time)) seconds"
echo "Execution time for $script: $((end_time - start_time)) seconds" | tee -a $LOG_FILE
}

init() {
Expand Down

0 comments on commit 13b4f65

Please sign in to comment.