mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
nuttx:fix tools-mm to heap
config-testing-heap is changed to conofig-testing-heap, so the citest tools need to change. Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com>
This commit is contained in:
committed by
Xiang Xiao
parent
c8f8a61f89
commit
1655537810
@@ -41,7 +41,7 @@ def test_ostest(p):
|
||||
def test_mm(p):
|
||||
if p.board in do_not_support:
|
||||
pytest.skip("unsupported at {}".format(p.board))
|
||||
ret = p.sendCommand("mm", "TEST COMPLETE", timeout=120)
|
||||
ret = p.sendCommand("heap", "TEST COMPLETE", timeout=120)
|
||||
assert ret == 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user