autotest_jenkins.py: Fixed spelling of prerequisites
Same change as in autotest.py, just correcting the spelling of 'prerequisites' in a couple places from the original misspelled 'prerequesites'
This commit is contained in:
parent
23dc2db036
commit
dd93c6e0ca
@ -97,9 +97,9 @@ def convert_gpx():
|
||||
return True
|
||||
|
||||
|
||||
def test_prerequesites():
|
||||
def test_prerequisites():
|
||||
'''check we have the right directories and tools to run tests'''
|
||||
print("Testing prerequesites")
|
||||
print("Testing prerequisites")
|
||||
util.mkdir_p(util.reltopdir('../buildlogs'))
|
||||
return True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user