This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via a65d1e56cb589d75571a0a66b3452b4d5d994cf4 (commit)
via cf434b75986b168ce9d72149898fa16ddbc41735 (commit)
from d8ddc031d5404f53afbcdb871a229d3956e99d89 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a65d1e56cb589d75571a0a66b3452b4d5d994cf4
commit a65d1e56cb589d75571a0a66b3452b4d5d994cf4
Merge: d8ddc03 cf434b7
Author: Brad King <[email protected]>
AuthorDate: Sat Mar 21 10:28:11 2015 -0400
Commit: CMake Topic Stage <[email protected]>
CommitDate: Sat Mar 21 10:28:11 2015 -0400
Merge topic 'ctest-repeat-until-fail' into next
cf434b75 fixup! ctest: Add a new --repeat-until-fail option
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cf434b75986b168ce9d72149898fa16ddbc41735
commit cf434b75986b168ce9d72149898fa16ddbc41735
Author: Brad King <[email protected]>
AuthorDate: Sat Mar 21 10:25:48 2015 -0400
Commit: Brad King <[email protected]>
CommitDate: Sat Mar 21 10:25:48 2015 -0400
fixup! ctest: Add a new --repeat-until-fail option
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 6946a20..2cbdf9c 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -2022,7 +2022,7 @@ bool cmCTest::HandleCommandLineArguments(size_t &i,
+ args[i] + "'";
return false;
}
- this->RepeatTests = repeat;
+ this->RepeatTests = static_cast<int>(repeat);
if(repeat > 1)
{
this->RepeatUntilFail = true;
-----------------------------------------------------------------------
Summary of changes:
Source/cmCTest.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/mailman/listinfo/cmake-commits