View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008262CMakeCTestpublic2008-12-08 17:102016-06-10 14:30
ReporterClinton Stimpson 
Assigned ToBill Hoffman 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0008262: ctest_update() not catching all errors
Description============
SET(CTEST_SOURCE_DIRECTORY somesrcdir)
SET(CTEST_BINARY_DIRECTORY build)

CTEST_START(Continuous)
SET(CTEST_UPDATE_COMMAND svn)
CTEST_UPDATE(SOURCE ${CTEST_SOURCE_DIRECTORY})
============

If I take down my internet connection (/sbin/ifdown eth0), then run ctest, it doesn't report any errors on the svn update, although I see them when running with -VV. I assume the same occurs if I take the svn server down instead.
TagsNo tags attached.
Attached Files

 Relationships
related to 0015610closedBrad King ctest_update can fail without returning -1 as RETURN_VALUE 

  Notes
(0041479)
Kitware Robot (administrator)
2016-06-10 14:27

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2008-12-08 17:10 Clinton Stimpson New Issue
2009-01-07 14:33 Bill Hoffman Status new => assigned
2009-01-07 14:33 Bill Hoffman Assigned To => Bill Hoffman
2015-06-11 09:12 Clinton Stimpson Relationship added related to 0015610
2016-06-10 14:27 Kitware Robot Note Added: 0041479
2016-06-10 14:27 Kitware Robot Status assigned => resolved
2016-06-10 14:27 Kitware Robot Resolution open => moved
2016-06-10 14:30 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team