Skip to content

Commit

Permalink
Merge pull request #2401 from cms-sw/fix-get-warnings
Browse files Browse the repository at this point in the history
Fix test_multiple_prs to properly reformat cuda warnings
  • Loading branch information
smuzaffar authored Dec 12, 2024
2 parents 178539f + aea8e82 commit 75ec795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_testing/test_multiple_prs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function get_pr_baseline_worklflow() {
}

function get_compilation_warnings() {
grep -E ': warning:|: warning #[0-9]+-D:' $1 | grep -E "/$CMSSW_IB/src/|^\s*src/" | sed "s|: warning #[0-9]+-D:|: warning:|;s|.*/$CMSSW_IB/||"
grep -E ': warning:|: warning #[0-9]+-D:' $1 | grep -E "/$CMSSW_IB/src/|^\s*src/" | sed -E "s|: warning #[0-9]+-D:|: warning:|;s|.*/$CMSSW_IB/||"
}

function get_warnings_files(){
Expand Down

0 comments on commit 75ec795

Please sign in to comment.