From 2fafda3fd8795da9c9d87080ae0c0ceea7a7cd0d Mon Sep 17 00:00:00 2001 From: mquinson Date: Sat, 11 Apr 2009 23:28:40 +0000 Subject: [PATCH] add the svn version to the checkall log. I'm getting lost out there git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6239 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- checkall | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/checkall b/checkall index 7f48c2f2fc..eeb67cd5a6 100755 --- a/checkall +++ b/checkall @@ -18,7 +18,8 @@ if (-e "CMakeLists.txt") { # launched from dart open LOG,(">checkall.log") || die "Cannot open log file: $!"; my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time); -print LOG "Build started on $hour:$min:$sec $mon/$mday/$year\n\n"; +print LOG "Build started on $hour:$min:$sec $mon/$mday/$year\n"; +print LOG "Current svn version is: ".qx(svnversion)."\n\n"; open MAKE,("make 2>&1 |") || die "Cannot fork a make: $!"; while () { print $_; -- 2.20.1