|
From: Jiri J. <jja...@re...> - 2013-12-04 14:29:16
|
This piece of code never actually worked as the "for" loop after it always rewrites the file(s). After recent changes, which incorporate the header into rollup logs of every bucket, this line shouldn't be needed at all. Signed-off-by: Jiri Jaburek <jja...@re...> --- audit-test/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/audit-test/Makefile b/audit-test/Makefile index c13b504..e596cc1 100644 --- a/audit-test/Makefile +++ b/audit-test/Makefile @@ -94,7 +94,6 @@ report: @# tty output has color, generated logs don't, so collect them @# instead of redirecting output of the above loop. @for l in run rollup; do \ - ( utils/run.bash --header; echo ) &> audit.$$l.log; \ for x in $(RUN_DIRS); do \ echo; \ echo "::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::"; \ -- 1.8.3.1 |