[Commits] (heikki) One more place where we do needless CopyLog.
commits at osafoundation.org
commits at osafoundation.org
Thu Aug 26 16:09:22 PDT 2004
Commit by: heikki
Modified files:
hardhat/buildscripts/fullchandler.py 1.2 1.3
hardhat/buildscripts/newchandler.py 1.30 1.31
Log message:
One more place where we do needless CopyLog.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/hardhat/buildscripts/fullchandler.py.diff?r1=text&tr1=1.2&r2=text&tr2=1.3
http://cvs.osafoundation.org/index.cgi/hardhat/buildscripts/newchandler.py.diff?r1=text&tr1=1.30&r2=text&tr2=1.31
Index: hardhat/buildscripts/fullchandler.py
diff -u hardhat/buildscripts/fullchandler.py:1.2 hardhat/buildscripts/fullchandler.py:1.3
--- hardhat/buildscripts/fullchandler.py:1.2 Thu Aug 26 16:04:01 2004
+++ hardhat/buildscripts/fullchandler.py Thu Aug 26 16:09:21 2004
@@ -99,7 +99,6 @@
ret = doTests(hardhatScript, releaseMode, workingDir, outputDir,
cvsVintage, buildVersion, log)
- CopyLog(os.path.join(workingDir, logPath), log)
if ret != 'success':
break
Index: hardhat/buildscripts/newchandler.py
diff -u hardhat/buildscripts/newchandler.py:1.30 hardhat/buildscripts/newchandler.py:1.31
--- hardhat/buildscripts/newchandler.py:1.30 Thu Aug 26 14:11:19 2004
+++ hardhat/buildscripts/newchandler.py Thu Aug 26 16:09:21 2004
@@ -95,7 +95,6 @@
ret = doTests(hardhatScript, releaseMode, workingDir, outputDir,
cvsVintage, buildVersion, log)
- CopyLog(os.path.join(workingDir, logPath), log)
if ret != 'success':
break
More information about the Commits
mailing list