[GIT] ppl/ppl(master): Avoid mixing build log with analysis results.
Module: ppl/ppl Branch: master Commit: 7651c0de32408a5e15672cb6d5c51c84a2d5d369 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=7651c0de32408... Author: Roberto Bagnara <roberto.bagnara@bugseng.com> Date: Tue Dec 10 15:35:01 2019 +0100 Avoid mixing build log with analysis results. --- ECLAIR/analyze.sh.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ECLAIR/analyze.sh.in b/ECLAIR/analyze.sh.in index 8f8ea75..3f62ed4 100644 --- a/ECLAIR/analyze.sh.in +++ b/ECLAIR/analyze.sh.in @@ -58,4 +58,4 @@ fi ) eclair_report "-create_db='$PROJECT_ECD'" "$ECLAIR_DATA_DIR"/FRAME.*.ecb \ - -load -reports1_txt=service,/dev/stdout + -load -reports1_txt=service,analysis.log
participants (1)
-
Roberto Bagnara