made ant output run info

This commit is contained in:
Sean-M 2013-02-25 16:45:20 -05:00
parent 2f1adcc208
commit 96423b6b26
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -49,6 +49,7 @@ genfiles.properties
/Testing/script/input/
/Testing/script/output/
/Testing/script/gold/
/Testing/script/ScriptLog.txt
/Testing/build/
/Testing/dist/
/Testing/nbproject/*

View File

@ -495,7 +495,6 @@ def run_ant():
if not dir_exists(make_local_path("gold")):
os.makedirs(make_local_path("gold"))
case.ant = ["ant"]
case.ant.append("-q")
case.ant.append("-f")
case.ant.append(os.path.join("..","build.xml"))
case.ant.append("regression-test")