Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

[SoM] Need a unit test for duplicate error codes. #89

Open
stephen-hawley opened this issue Dec 28, 2018 · 0 comments
Open

[SoM] Need a unit test for duplicate error codes. #89

stephen-hawley opened this issue Dec 28, 2018 · 0 comments
Milestone

Comments

@stephen-hawley
Copy link
Contributor

The following shell command will print out the numbers that are duplicated for kCantHappenBase:
fgrep --include=\*.cs -rnw '/path/to/source' -e 'kCantHappenBase +' | grep -o "\+ \d\d*" | awk '{print $2}' | sort -n | uniq -d

This should run from either a unit test (ideal) or from the build.

@stephen-hawley stephen-hawley transferred this issue from another repository Oct 29, 2019
@chamons chamons added this to the Future milestone Nov 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants