Lines Matching refs:ConfigError
35 class ConfigError(Exception): class
54 raise ConfigError('Could not call make command: ' + str(e))
56 raise ConfigError(e.output.decode())
62 raise ConfigError('Only the "um" arch is supported for alltests')
76 raise ConfigError('Could not call make command: ' + str(e))
78 raise ConfigError(e.output.decode())
194 raise ConfigError(arch + ' is not a valid arch, options are ' + str(sorted(options)))
246 raise ConfigError(f'Specified kunitconfig ({kunitconfig_path}) does not exist')
258 except ConfigError as e:
285 except ConfigError as e:
313 except (ConfigError, BuildError) as e: