[Svn-src-all:3245] [version-2_12-dev 22146] #1978 テスト時の標準出力と標準エラー出力が出せるように調整

shift_hiroko.tamagawa admin @ mail.ec-cube.net
2012年 12月 17日 (月) 16:13:17 JST


Subversion committed to /home/svn/open 22146
http://svn.ec-cube.net/open_trac/changeset/22146
┌────────────────────────────┐
│更新者 :  shift_hiroko.tamagawa                        │
│更新日時:  2012-12-17 16:13:17 +0900 (月, 17 12月 2012)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#1978 テスト時の標準出力と標準エラー出力が出せるように調整

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_12-dev/build.xml

変更: branches/version-2_12-dev/build.xml
===================================================================
--- branches/version-2_12-dev/build.xml	2012-12-17 07:12:05 UTC (rev 22145)
+++ branches/version-2_12-dev/build.xml	2012-12-17 07:13:17 UTC (rev 22146)
@@ -15,6 +15,8 @@
     <delete dir="reports" includeemptydirs="true" />
     <mkdir dir="reports/coverage" />
     <exec dir="."
+      output="reports/stdout.log"
+      error="reports/stderr.log"
       command="phpunit --log-tap reports/tap.log
                --log-junit reports/unitreport.xml
                        --coverage-html reports/coverage




Svn-src-all メーリングリストの案内