reframe-hpc / reframe

A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
https://reframe-hpc.readthedocs.org
BSD 3-Clause "New" or "Revised" License
213 stars 98 forks source link

[bugfix] Make version hash suffix calculation more robust #3204

Closed vkarak closed 1 month ago

vkarak commented 1 month ago

We now only add the version suffix is the install prefix contains a .git directory.

Also, we only do the hash retrieval if needed (i.e. when in a dev release)

Fixes #3120.