Brad King
|
2a3e263173
Tests: Fix CheckSourceTree test for newer Git
|
11 years ago |
Brad King
|
9012be20c5
CheckSourceTree: Remove CVS checkout support (#13001)
|
13 years ago |
David Cole
|
a77aa7065e
CheckSourceTree test: read UpdateCommand from Update.xml.
|
15 years ago |
David Cole
|
4ee426b057
Look in the ctest ini file for GitCommand.
|
15 years ago |
David Cole
|
c943ccdbfa
Allow return value of 1 from git status.
|
15 years ago |
David Cole
|
806eaa290c
Further refinements to the CheckSourceTree test.
|
15 years ago |
David Cole
|
1dd316563a
Add git support to the CMake.CheckSourceTree test.
|
15 years ago |
David Cole
|
1e04804e84
Force CheckSourceTree test to pass if the source tree is not a CVS checkout. The test can only do its checking if cvs is available and the source tree is a cvs checkout. Also, allow for the possibility that backslash characters exist in the HOME environment variable, because they may when built in a cygwin environment on Windows.
|
16 years ago |
David Cole
|
8d28ce8029
Fix cvs password problems during the CMake.CheckSourceTree test. Make sure cvs has access to the original value of the HOME environment variable and not the 'CMake testing' value of it so that any cvs passwords set up on the machine work to get the list of local modifications using 'cvs up'...
|
16 years ago |
David Cole
|
7ae028eb33
ENH: Make the CheckSourceTree test emit a warning (but pass instead of fail) when there is an in-source build on a dashboard machine.
|
16 years ago |
David Cole
|
32be77df8c
ENH: Improvements to the new CheckSourceTree test: ignore Thumbs.db and .DS_Store files. Force all output to stderr by not using STATUS with message. Better error text.
|
16 years ago |
David Cole
|
6237c6ead4
BUG: Improve CheckSourceTree test so that it ignores 'U ' output from cvs update. Also: improve failure logic for dashboard runs and developer runs.
|
16 years ago |
David Cole
|
5bea9620dc
BUG: Additional fix necessary for issue #8481 so that Xcode builds do not write files into the source tree. Also add a test that runs last to check for local modifications in CMake_SOURCE_DIR based on whether 'cvs -q -n up -dP' output is empty. Test fails on dashboard runs when there are local modifications. Test passes on non-dashboard runs with local modifications so that CMake developers may have mods when running the test locally.
|
16 years ago |