From a713af9aa831f5305a8c1d02e291e705ac6e7e67 Mon Sep 17 00:00:00 2001 From: psakievich Date: Tue, 17 Sep 2024 11:34:42 -0600 Subject: [PATCH] Update lib/spack/spack/build_systems/ctest.py Co-authored-by: Chris White --- lib/spack/spack/build_systems/ctest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/build_systems/ctest.py b/lib/spack/spack/build_systems/ctest.py index 042bf6432af..12a10e68561 100644 --- a/lib/spack/spack/build_systems/ctest.py +++ b/lib/spack/spack/build_systems/ctest.py @@ -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.