[Dart] Nightly date/time tag not correctly generated
Kevin de Souza
kevin at imorphics.com
Thu Dec 6 11:19:54 EST 2007
I am running CMake/CTest 2.4.6
My Nightly builds specify a start time of 22:00 EST.
I am running my CTest script at 06:05 GMT.
However, the CTest process generates a tag of 23:59.
The build completes and submits to the dashboard, but never appears. (I
suspect that 23:59 is an error flag and is ignored.)
I cannot find where the tag is generated. It appears as a file "TAG" in
the binary Testing directory, and is incorporated into various
file/directory names there too.
My output looks like this:
Run ctest command: /usr/bin/ctest -D Nightly
Site: imorphics
Build name: Linux_gcc
Determine Nightly Start Time
Specified time: 22:00:00 EST
Create new tag: 20071205-2359 - Nightly
Start processing tests
Updating the repository
Updating the repository: ~/nightly/reldeb/src/vxl
Use CVS repository type
Determine Nightly Start Time
Specified time: 22:00:00 EST
Gathering version information (each . represents one updated file):
Project is up-to-date
Configure project
Each . represents 1024 bytes of output
.................. Size of output: 17K
etc etc.
I found a similar-looking problem in the archives "[Dart] Timezone
confusion with nightly builds" but it didn't help me.
Any ideas?
Kevin
More information about the Dart
mailing list