Skip to content

Commit

Permalink
ignore pedantic checks arg from moose (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTalbot-INL authored Feb 26, 2020
1 parent aa3993a commit 5cfce06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ for A in "$@"; do
--test_all)
TEST_SET=2
;;
--pedantic-checks)
;;
*)
ARGS+=("$A")
;;
Expand Down

0 comments on commit 5cfce06

Please sign in to comment.