diff options
author | Brad King <brad.king@kitware.com> | 2015-10-23 13:25:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-10-23 13:55:25 (GMT) |
commit | e61973e1ab2c01f9ae5df145bfdc14e83a0cf1d9 (patch) | |
tree | 50fd4abbdf56fab437eb1c764a74b47c8bb73151 /Tests/RunCMake/CTestCommandLine/SerialFailed-result.txt | |
parent | 498db9b9bcfdf391ff89ffc0b273a65d0bc1bd7e (diff) | |
download | CMake-e61973e1ab2c01f9ae5df145bfdc14e83a0cf1d9.zip CMake-e61973e1ab2c01f9ae5df145bfdc14e83a0cf1d9.tar.gz CMake-e61973e1ab2c01f9ae5df145bfdc14e83a0cf1d9.tar.bz2 |
CTest: Fix regression in handling of a RUN_SERIAL test that fails
Refactoring in commit v3.4.0-rc1~390^2~1 (cmCTestMultiProcessHandler:
Refactor RUN_SERIAL implementation, 2015-06-01) forgot to update a code
path for cleaning up after a failed RUN_SERIAL test. This causes an
infinite loop after a RUN_SERIAL test fails. Fix it and add a test.
Diffstat (limited to 'Tests/RunCMake/CTestCommandLine/SerialFailed-result.txt')
-rw-r--r-- | Tests/RunCMake/CTestCommandLine/SerialFailed-result.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/CTestCommandLine/SerialFailed-result.txt b/Tests/RunCMake/CTestCommandLine/SerialFailed-result.txt new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/Tests/RunCMake/CTestCommandLine/SerialFailed-result.txt @@ -0,0 +1 @@ +8 |