mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
made ant output run info
This commit is contained in:
parent
2f1adcc208
commit
96423b6b26
1
.gitignore
vendored
1
.gitignore
vendored
@ -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/*
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user