Skip to content

Commit 693c3b4

Browse files
committed
Must run OutputVerifier.py by hand
1 parent efd9f6d commit 693c3b4

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ Temporary Items
4343
.apdisk
4444

4545
*.class
46+
*output.txt
47+
Generated.txt
48+
*-control.txt
49+
*-results.txt
50+
*-out.txt
51+
OutputErrors.txt
4652
failures
4753
People.xml
4854
annotations/Test0.txt

build.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,12 @@
8080
<echo message="Errors occurred. See errors.txt for information."/>
8181
</target>
8282

83-
<target name="verify" depends="run"
84-
description="Verifies comment output; requires Python 2.3">
85-
<exec executable="python">
86-
<arg value="OutputVerifier.py"/>
87-
</exec>
83+
<target name="verify" depends="build"
84+
description="Verifies comment output; requires Python 2.3 or newer">
85+
<echo message="run program by hand:"/>
86+
<echo message="python OutputVerifier.py"/>
87+
<echo message="Or:"/>
88+
<echo message="py -2 OutputVerifier.py"/>
8889
</target>
8990

9091
<target name="findbugs" depends="build"

0 commit comments

Comments
 (0)