Lines Matching refs:ConfigError
38 class ConfigError(Exception): class
57 raise ConfigError('Could not call make command: ' + str(e))
59 raise ConfigError(e.output.decode())
65 raise ConfigError('Only the "um" arch is supported for alltests')
79 raise ConfigError('Could not call make command: ' + str(e))
81 raise ConfigError(e.output.decode())
206 raise ConfigError(arch + ' is not a valid arch')
255 raise ConfigError(f'Specified kunitconfig ({kunitconfig_path}) does not exist')
267 except ConfigError as e:
294 except ConfigError as e:
322 except (ConfigError, BuildError) as e: