File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 6dbb0e86aec11050480beb76eade6fb805010ba7
3
3
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4
- refs/heads/try: a264f5b7e8df34c4bf7f10d0c6c7f9ab805ee672
4
+ refs/heads/try: b22c8ec5c74e75cf579aad50e3948e8c01f9d343
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
6
6
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
7
7
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change 585
585
BOOL_OPTIONS=" "
586
586
VAL_OPTIONS=" "
587
587
588
+ opt option-checking 1 " complain about unrecognized options"
588
589
opt debug 0 " debug mode; disables optimization unless \` --enable-optimize\` given"
589
590
opt valgrind 0 " run tests with valgrind (memcheck by default)"
590
591
opt helgrind 0 " run tests with helgrind instead of memcheck"
@@ -674,8 +675,11 @@ then
674
675
fi
675
676
676
677
# Validate Options
677
- step_msg " validating $CFG_SELF args"
678
- validate_opt
678
+ if [ -z " $CFG_DISABLE_OPTION_CHECKING " ]
679
+ then
680
+ step_msg " validating $CFG_SELF args"
681
+ validate_opt
682
+ fi
679
683
680
684
# Validate the release channel, and configure options
681
685
case " $CFG_RELEASE_CHANNEL " in
You can’t perform that action at this time.
0 commit comments