diff --git a/run_clang_static_analysis b/run_clang_static_analysis index 9f7367a4922b..b3c267c8601a 100755 --- a/run_clang_static_analysis +++ b/run_clang_static_analysis @@ -21,9 +21,9 @@ mv $LOCALRT/llvm-analysis/* $WORKSPACE/llvm-analysis chmod -R a+r $WORKSPACE/llvm-analysis #if postprocess-scan-build.py exists then run it if [ -e ./postprocess-scan-build.py ] ; then - cp $WORSPACE/index.html $WORKSPACE/index_full.html - ./postprocess-scan-build.py $WORKSPACE/llvm-analysis/index.html > $WORKSPACE/llvm-analysis/index-bs.html 2>$WORKSPACE/reports/postprocess.log - mv $WORKSPACE/llvm-analysis/index-bs.html $WORKSPACE/llvm-analysis/index.html + cp $WORKSPACE/index.html $WORKSPACE/index_full.html + ./postprocess-scan-build.py $WORKSPACE/llvm-analysis/index.html > $WORKSPACE/llvm-analysis/index-temp.html 2>$WORKSPACE/llvm-analysis/postprocess.log + mv $WORKSPACE/llvm-analysis/index-temp.html $WORKSPACE/llvm-analysis/index.html fi ./create_statics_esd_reports.sh