diff --git a/autotest b/autotest index ad4f0800f9..8f7b699b9d 100755 --- a/autotest +++ b/autotest @@ -213,6 +213,10 @@ def main(): set_common_env(common_sh, 'GCLIENT_ROOT') options, args = parse_args_and_help() + + if not options.board: + die(common_sh, 'Missing --board argument.') + if options.build: status = build_autotest(options) if status: