Skip to content

Commit

Permalink
Add timing to script
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed Nov 7, 2024
1 parent b063766 commit 9507e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ any_failed=0
for tool in $tools; do
echo "*** TESTING: $tool ***"

run_tool $tool
time run_tool $tool

exit_code=$?
if [[ $exit_code -ne 0 ]]; then
Expand Down

0 comments on commit 9507e2d

Please sign in to comment.