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:
JD Russo 2014-08-04 13:30:21 -07:00 committed by Craig Elder
parent 23dc2db036
commit dd93c6e0ca

View File

@ -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