The --tools_git flag in iozone_run.sh has no effect because the script downloads test_tools before parsing arguments. By the time --tools_git is processed, the download has already completed with the default URL.
Fix: Parse --tools_git in the early preflight section before the download occurs.
Flagged by Qodo during automated code review of #62. Split from #66.
The
--tools_gitflag iniozone_run.shhas no effect because the script downloads test_tools before parsing arguments. By the time--tools_gitis processed, the download has already completed with the default URL.Fix: Parse
--tools_gitin the early preflight section before the download occurs.Flagged by Qodo during automated code review of #62. Split from #66.