diff options
author | Brad King <brad.king@kitware.com> | 2022-07-22 14:13:41 +0000 |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-07-22 10:13:49 -0400 |
commit | 1cee9a9012ac8915c168d20feae2d33cafd75605 (patch) | |
tree | 77de8689bd9d1b96a1697b912747bca06b0aa0d5 /Tests | |
parent | cf27fb7f48704bb68897a308e0c60bd6c93204e9 (diff) | |
parent | 6c77ccec5199894b535b367a311a1e2cfabb91fa (diff) | |
download | cmake-1cee9a9012ac8915c168d20feae2d33cafd75605.tar.gz |
Merge topic 'tutorial_cdash_rearrange'
6c77ccec51 Tutorial: Move step 8 to step 5. Shift steps 5-7 to 6-8.
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7480
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index d2ded37e36..a54b6b5f7a 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1742,7 +1742,7 @@ if(BUILD_TESTING) if(NOT CMake_TEST_EXTERNAL_CMAKE) foreach(STP RANGE 2 12) - if (STP EQUAL 6) + if (STP EQUAL 7) set(pass_regex ".*using log and exp") else() set(pass_regex "The square root of 25 is 5") |