sanitycheck: rename main script
We are now known as twister. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
e508babfed
commit
2d351e7ffc
|
@ -206,7 +206,7 @@ except ImportError:
|
|||
|
||||
sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts/pylib/twister"))
|
||||
|
||||
from sanitylib import HardwareMap, TestSuite, SizeCalculator, CoverageTool, ExecutionCounter
|
||||
from twisterlib import HardwareMap, TestSuite, SizeCalculator, CoverageTool, ExecutionCounter
|
||||
|
||||
logger = logging.getLogger('sanitycheck')
|
||||
logger.setLevel(logging.DEBUG)
|
Loading…
Reference in a new issue