PERFORCE change 145858 for review

Marko Zec zec at FreeBSD.org
Thu Jul 24 22:08:17 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=145858

Change 145858 by zec at 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
 		}


More information about the p4-projects mailing list