Update lib/spack/spack/build_systems/ctest.py

Co-authored-by: Chris White <white238@llnl.gov>
This commit is contained in:
psakievich
2024-09-17 11:34:42 -06:00
committed by GitHub
parent f7b3d58b73
commit a713af9aa8

View File

@@ -22,7 +22,7 @@
class CTestBuilder(spack.build_systems.cmake.CMakeBuilder):
"""
This builider mirrors the behavior of a CMakeBuilder, but all commands are run through
This builder mirrors the behavior of a CMakeBuilder, but all commands are run through
CTest. This ensures that xml files are created through CTest. This provides a unified
buildstamp and improved xml over the spack generated ones.