diff options
author | Brad King <brad.king@kitware.com> | 2015-07-14 13:29:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-14 13:32:53 (GMT) |
commit | 0699e0d3e4305fc4e615c36b831d0171c2f8c757 (patch) | |
tree | 90d7fd93a5e54bce3c25491fc0152501853daf9e /Tests/RunCMake/ctest_start/ConfigInBuild-stdout.txt | |
parent | c8f46af11b43719281a375ef7841830756022d76 (diff) | |
download | CMake-0699e0d3e4305fc4e615c36b831d0171c2f8c757.zip CMake-0699e0d3e4305fc4e615c36b831d0171c2f8c757.tar.gz CMake-0699e0d3e4305fc4e615c36b831d0171c2f8c757.tar.bz2 |
Tests: Move CTestTestConfigFileInBuildDir into RunCMake.ctest_start
Subsume the CTestTestConfigFileInBuildDir test cases into the
RunCMake.ctest_start test as new cases to avoid infrastructure
duplication. This also avoids using REGEX_ESCAPE_STRING to try to
regex-match full paths.
Diffstat (limited to 'Tests/RunCMake/ctest_start/ConfigInBuild-stdout.txt')
-rw-r--r-- | Tests/RunCMake/ctest_start/ConfigInBuild-stdout.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/RunCMake/ctest_start/ConfigInBuild-stdout.txt b/Tests/RunCMake/ctest_start/ConfigInBuild-stdout.txt new file mode 100644 index 0000000..7e94b8a --- /dev/null +++ b/Tests/RunCMake/ctest_start/ConfigInBuild-stdout.txt @@ -0,0 +1,7 @@ +Run dashboard with model Experimental + Source directory: .*/Tests/RunCMake/ctest_start/ConfigInBuild + Build directory: .*/Tests/RunCMake/ctest_start/ConfigInBuild-build + Reading ctest configuration file: .*/Tests/RunCMake/ctest_start/ConfigInBuild-build/CTestConfig.cmake + Site: test-site + Build name: test-build-name + Use Experimental tag: [0-9-]+ |