Home
last modified time | relevance | path

Searched refs:ConfigError (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/tools/testing/kunit/
Dkunit_kernel.py26 class ConfigError(Exception): class
41 raise ConfigError('Could not call make command: ' + str(e))
43 raise ConfigError(e.output.decode())
54 raise ConfigError('Could not call make command: ' + str(e))
56 raise ConfigError(e.output.decode())
138 except ConfigError as e:
174 except ConfigError as e:
201 except (ConfigError, BuildError) as e: