Skip to content

Commit

Permalink
Merge pull request cms-sw#127 from ktf/no-csa-pr
Browse files Browse the repository at this point in the history
Do not run static analyzer for static analyzer itself.
  • Loading branch information
ktf committed Oct 3, 2014
2 parents 761bb23 + 7d32404 commit 9182645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-pr-tests
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ if [ "X$DO_STATIC_CHECKS" = Xtrue -a "$ONLY_FIREWORKS" = false ]; then
git cms-addpkg Utilities/StaticAnalyzers

mkdir $WORKSPACE/llvm-analysis
USER_LLVM_CHECKERS="-enable-checker threadsafety -enable-checker cms -disable-checker cms.FunctionDumper" scram b -k -j $(getconf _NPROCESSORS_ONLN) checker SCRAM_IGNORE_PACKAGES=Fireworks/% SCRAM_IGNORE_SUBDIRS=test 2>&1 | tee -a $WORKSPACE/llvm-analysis/runStaticChecks.log
SCRAM_IGNORE_PACKAGES="Fireworks/% Utilities/StaticAnalyzers" USER_LLVM_CHECKERS="-enable-checker threadsafety -enable-checker cms -disable-checker cms.FunctionDumper" scram b -k -j $(getconf _NPROCESSORS_ONLN) checker SCRAM_IGNORE_SUBDIRS=test 2>&1 | tee -a $WORKSPACE/llvm-analysis/runStaticChecks.log

pwd

Expand Down

0 comments on commit 9182645

Please sign in to comment.