Must run OutputVerifier.py by hand
This commit is contained in:
parent
efd9f6d36b
commit
693c3b430d
6
.gitignore
vendored
6
.gitignore
vendored
@ -43,6 +43,12 @@ Temporary Items
|
|||||||
.apdisk
|
.apdisk
|
||||||
|
|
||||||
*.class
|
*.class
|
||||||
|
*output.txt
|
||||||
|
Generated.txt
|
||||||
|
*-control.txt
|
||||||
|
*-results.txt
|
||||||
|
*-out.txt
|
||||||
|
OutputErrors.txt
|
||||||
failures
|
failures
|
||||||
People.xml
|
People.xml
|
||||||
annotations/Test0.txt
|
annotations/Test0.txt
|
||||||
|
11
build.xml
11
build.xml
@ -80,11 +80,12 @@
|
|||||||
<echo message="Errors occurred. See errors.txt for information."/>
|
<echo message="Errors occurred. See errors.txt for information."/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="verify" depends="run"
|
<target name="verify" depends="build"
|
||||||
description="Verifies comment output; requires Python 2.3">
|
description="Verifies comment output; requires Python 2.3 or newer">
|
||||||
<exec executable="python">
|
<echo message="run program by hand:"/>
|
||||||
<arg value="OutputVerifier.py"/>
|
<echo message="python OutputVerifier.py"/>
|
||||||
</exec>
|
<echo message="Or:"/>
|
||||||
|
<echo message="py -2 OutputVerifier.py"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="findbugs" depends="build"
|
<target name="findbugs" depends="build"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user