Artifact 0fa9712117ee10cdef1cb39b11d36abd92ddb918:
- File build/test/tests/04-version.tcl — part of check-in [75f558f8fa] at 2015-01-29 14:33:13 on branch trunk — Updated to name nightly tests "fossil_trunk" instead of "cvs_HEAD" (user: rkeene, size: 311) [annotate] [blame] [check-ins using] [more...]
#! /usr/bin/env tclsh set chkversion [lindex $argv 2] # We are unable to make a reasonable determination of the version from a CVS # tag. Assume it's okay. if {[string match "cvs_*" $chkversion] || [string match "fossil_*" $chkversion]} { exit 0 } if {[info patchlevel] == $chkversion} { exit 0 } exit 1