Skip to content

Commit

Permalink
Merge pull request #1963 from billsacks/summarize_cprnc_diffs_typo
Browse files Browse the repository at this point in the history
It used to be that we were looking for base.cprnc.out files, but that's
not true any more.

Test suite: none
Test baseline: n/a
Test namelist changes: none
Test status: bit for bit

Fixes none

User interface changes?: n

Update gh-pages html (Y/N)?: N

Code review:
  • Loading branch information
fischer-ncar authored Oct 16, 2017
2 parents af429bd + 31da16f commit b5b80a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cprnc/summarize_cprnc_diffs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ sub process_cprnc_output {
} # foreach test_dir

if ($num_files == 0) {
die "ERROR: no base.cprnc.out files found\n";
die "ERROR: no cprnc.out files found\n";
}

return \%diffs;
Expand Down

0 comments on commit b5b80a2

Please sign in to comment.