Searched refs:missing_opts (Results 1 – 6 of 6) sorted by relevance
76 missing_opts=77 test x"$test_name" = x && missing_opts="$missing_opts --test-name"78 test x"$log_file" = x && missing_opts="$missing_opts --log-file"79 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"80 if test x"$missing_opts" != x; then81 usage_error "the following mandatory options are missing:$missing_opts"
111 missing_opts = []117 missing_opts.append(check)126 if len(missing_opts) > 0:128 expected["exe"], ', '.join(missing_opts))130 return (len(new_opts) + len(missing_opts)) == 0