Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2008 22:08:15 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 145858 for review
Message-ID:  <200807242208.m6OM8FAq037667@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=145858

Change 145858 by zec@zec_tinderbox on 2008/07/24 22:07:49

	Rearrange reports so that OK/FAILED status becomes easier
	to spot.

Affected files ...

.. //depot/projects/vimage/test_build.tcl#2 edit

Differences ...

==== //depot/projects/vimage/test_build.tcl#2 (text+ko) ====

@@ -68,10 +68,10 @@
 	    set timespec "[expr int($time/60)]m[expr int(fmod($time,60))]s"
 
 	    if { $res == "" } {
-		puts "	$cfg OK ($timespec)"
+		puts "	OK	$cfg ($timespec)"
 	    } else {
 		lappend failed $logfile
-		puts "	$cfg FAILED ($timespec)"
+		puts "	FAILED	$cfg ($timespec)"
 		if { $exit_on_error == 1 } {
 		    exit 1
 		}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807242208.m6OM8FAq037667>