autotest: fixed clean build
This commit is contained in:
parent
231b5ab793
commit
e1b01b205a
@ -60,7 +60,10 @@ def deltree(path):
|
|||||||
|
|
||||||
def build_SIL(atype, target='sitl'):
|
def build_SIL(atype, target='sitl'):
|
||||||
'''build desktop SIL'''
|
'''build desktop SIL'''
|
||||||
run_cmd("make clean %s" % target,
|
run_cmd("make clean",
|
||||||
|
dir=reltopdir(atype),
|
||||||
|
checkfail=True)
|
||||||
|
run_cmd("make %s" % target,
|
||||||
dir=reltopdir(atype),
|
dir=reltopdir(atype),
|
||||||
checkfail=True)
|
checkfail=True)
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user