Skip to content

Commit

Permalink
Merge pull request #4045 from dkrupp/test_fix
Browse files Browse the repository at this point in the history
Making an analyze and parse testcase checker set independent
  • Loading branch information
bruntib authored Oct 17, 2023
2 parents bb3baa5 + 58dbcbd commit fcd5f23
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NORMAL#CodeChecker log --output $LOGFILE$ --build "make tidy_check multi_error_skipped_in_cmd" --quiet
NORMAL#CodeChecker analyze $LOGFILE$ --output $OUTPUT$ --analyzers clang-tidy --file "*/multi_error_skipped_in_cmd.cpp" -d clang-diagnostic-unused-value -d misc-definitions-in-headers
NORMAL#CodeChecker analyze $LOGFILE$ --output $OUTPUT$ --analyzers clang-tidy --file "*/multi_error_skipped_in_cmd.cpp" -d default -e bugprone-sizeof-expression
NORMAL#CodeChecker parse $OUTPUT$
CHECK#CodeChecker check --build "make tidy_check multi_error_skipped_in_cmd" --output $OUTPUT$ --analyzers clang-tidy --quiet --file "*/multi_error_skipped_in_cmd.cpp" -d clang-diagnostic-unused-value -d misc-definitions-in-headers
CHECK#CodeChecker check --build "make tidy_check multi_error_skipped_in_cmd" --output $OUTPUT$ --analyzers clang-tidy --quiet --file "*/multi_error_skipped_in_cmd.cpp" -d default -e bugprone-sizeof-expression
-----------------------------------------------
[] - Starting build...
[] - Using CodeChecker ld-logger.
Expand Down

0 comments on commit fcd5f23

Please sign in to comment.