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
220 stars 103 forks source link

change reframe log format #2589

Open jgphpc opened 2 years ago

jgphpc commented 2 years ago

This is a minor feature request: when running reframe, the test's name appears like this:

Would it be possible to replace /64414b57 with *64414b57 ? Just makes it easier when copy/paste...

and it would be nice to have it in the perf. report:

vkarak commented 1 year ago

I am in favor or the /<hash> because it's also used by Spack and we use also the same convention when we select the tests with the -n option, so that -n /<hash> selects a specific test.