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
|
||||
|
||||
*.class
|
||||
*output.txt
|
||||
Generated.txt
|
||||
*-control.txt
|
||||
*-results.txt
|
||||
*-out.txt
|
||||
OutputErrors.txt
|
||||
failures
|
||||
People.xml
|
||||
annotations/Test0.txt
|
||||
|
11
build.xml
11
build.xml
@ -80,11 +80,12 @@
|
||||
<echo message="Errors occurred. See errors.txt for information."/>
|
||||
</target>
|
||||
|
||||
<target name="verify" depends="run"
|
||||
description="Verifies comment output; requires Python 2.3">
|
||||
<exec executable="python">
|
||||
<arg value="OutputVerifier.py"/>
|
||||
</exec>
|
||||
<target name="verify" depends="build"
|
||||
description="Verifies comment output; requires Python 2.3 or newer">
|
||||
<echo message="run program by hand:"/>
|
||||
<echo message="python OutputVerifier.py"/>
|
||||
<echo message="Or:"/>
|
||||
<echo message="py -2 OutputVerifier.py"/>
|
||||
</target>
|
||||
|
||||
<target name="findbugs" depends="build"
|
||||
|
Loading…
x
Reference in New Issue
Block a user