gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3215eb3)
raw | patch | inline | side by side (parent: 3215eb3)
author | Doni Pracner <quinnuendo@gmail.com> | |
Fri, 7 Aug 2015 13:34:29 +0000 (15:34 +0200) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Fri, 7 Aug 2015 13:34:29 +0000 (15:34 +0200) |
- add logging to the task
- fix typo with mj test comparison logging
- fix typo with mj test comparison logging
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index 206065dba752a3b9cea8995e174e6c5c9f03cada..6324755e7235a995ae1782b3c864e95fc8b68769 100644 (file)
--- a/build.xml
+++ b/build.xml
<property name="log.file.transformations" value="${log.dir}/transformations" />
<property name="log.file.mjc2wsl" value="${log.dir}/mjc2wsl" />
<property name="log.file.tests.m" value="${log.dir}/tests-mj" />
+ <property name="log.file.tests.t" value="${log.dir}/tests-wsl" />
<description>
Builder script for mjc2wsl and related tools, runs test
</fileset>
</path>
</foreach>
- <record name="${log.file.tests}${time}.txt" action="stop" />
+ <record name="${log.file.tests.m}${time}.txt" action="stop" />
<move file="${log.file.tests.m}.txt" tofile="${log.file.tests.m}-previous.txt" failonerror="false"/>
<copy file="${log.file.tests.m}${time}.txt" tofile="${log.file.tests.m}.txt"/>
</target>
- <target name="test-all-t" depends="init-compare"
+ <target name="test-all-t" depends="init-compare,init-time"
description="Run all the tests from the test directory to compare WSL and transformations" >
+ <record name="${log.file.tests.t}${time}.txt" emacsmode="true" />
<foreach param="filename" target="test-fn-t">
<path>
<fileset dir='${samples.temp.dir}'>
</fileset>
</path>
</foreach>
+ <record name="${log.file.tests.t}${time}.txt" action="stop" />
+ <move file="${log.file.tests.t}.txt" tofile="${log.file.tests.t}-previous.txt" failonerror="false"/>
+ <copy file="${log.file.tests.t}${time}.txt" tofile="${log.file.tests.t}.txt"/>
</target>
<target name="q-test">