diff options
author | Brad King <brad.king@kitware.com> | 2022-03-10 13:39:26 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-03-10 13:39:33 (GMT) |
commit | ab5baa32ad490d20381ee3220082f41d45ca7e45 (patch) | |
tree | e04d0b262a0d351a2ba751c7f083b1b6919224a5 /Tests | |
parent | f409296c533f7e28f8bce5425e4d6f55f5777392 (diff) | |
parent | a116fd413dee6e2b05f71477bd68e1aa062b8f61 (diff) | |
download | CMake-ab5baa32ad490d20381ee3220082f41d45ca7e45.zip CMake-ab5baa32ad490d20381ee3220082f41d45ca7e45.tar.gz CMake-ab5baa32ad490d20381ee3220082f41d45ca7e45.tar.bz2 |
Merge topic 'ctest-WORKING_DIRECTORY'
a116fd413d ctest: print WORKING_DIRECTORY property with -V
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !7060
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 65f72c5..9ac42a6 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -2999,7 +2999,7 @@ if(BUILD_TESTING) -C "\${CTestTest_CONFIG}" ) set_property(TEST CTestTestVerboseOutput PROPERTY PASS_REGULAR_EXPRESSION - "Environment variables:.*foo=bar.*this=that" + "Test command:.*Working Directory:.*Environment variables:.*foo=bar.*this=that" ) configure_file( |