Skip to content
Snippets Groups Projects
Commit d053c4d9 authored by terry-norbraten's avatar terry-norbraten
Browse files

also clean up before single file testing

parent 5897e2f9
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,13 @@ ...@@ -177,7 +177,13 @@
<report format="frames" todir="build/test/results/html"/> <report format="frames" todir="build/test/results/html"/>
</junitreport> </junitreport>
</target> </target>
<target name="-pre-compile-test-single">
<delete>
<fileset dir="./pduLog">
<include name="*.dislog"/>
</fileset>
</delete>
</target>
<target depends="compile-test-single,-pre-test-run-single" <target depends="compile-test-single,-pre-test-run-single"
description="Run single unit test." description="Run single unit test."
name="-do-test-run-single"> name="-do-test-run-single">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment