View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008224CMakeCTestpublic2008-12-04 12:352008-12-18 21:58
ReporterClinton Stimpson 
Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0008224: crash with simple ctest script
Description
I have a directory I'm running this script from, and I've already done an svn checkout to get the src subdirectory.

====
set(ROOT "$ENV{PWD}")
set(CTEST_NIGHTLY_START_TIME "20:00:00 MDT")
ctest_start(Nightly "${ROOT}/src" "${ROOT}/build")
ctest_update(SOURCE "${ROOT}/src")
=====

It aborts when I execute this script:

> ctest -SP Nightly.ctest
Aborted

I expected it to give me a descriptive message if there's something I didn't provide.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change
2008-12-04 12:35 Clinton Stimpson New Issue
2008-12-18 21:58 Bill Hoffman Status new => closed
2008-12-18 21:58 Bill Hoffman Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team