Reduce noise in CI logs from the "for" loop
authorAndrey Alekseenko <al42and@gmail.com>
Sat, 9 Oct 2021 19:07:24 +0000 (21:07 +0200)
committerAndrey Alekseenko <al42and@gmail.com>
Mon, 11 Oct 2021 09:32:48 +0000 (09:32 +0000)
commitd3dc59f256b08e9e9bb7c3ea15d6cafe2cf745f7
treef2cfbf8ee1e98c7c0d64a75d1c7d936b40fe7879
parent5464bff68dab266ce54f7964252da0375c984bb5
Reduce noise in CI logs from the "for" loop

Bash "-x" option reports every iteration of the loop. While we can unset
it temporarily, we can get rid of the loop altogether and user find's
built-in capabilities. It will also be more robust w.r.t. "bad"
filenames.

Follow-up of MR !2008.
admin/ci-scripts/gromacs-base-build.sh