Message clarification.

This commit is contained in:
Jussi Pakkanen 2014-07-20 13:50:25 +03:00
parent 7f09d89eaa
commit b3ca519fea
1 changed files with 2 additions and 2 deletions

View File

@ -256,10 +256,10 @@ def run_tests():
else:
print('\nNot running Rust tests.\n')
if len(objctests) > 0:
print('\nRunning extra language tests.\n')
print('\nRunning Objective C tests.\n')
[run_and_log(logfile, t) for t in objctests]
else:
print('\nNo extra language tests on this platform.\n')
print('\nNo Objective C tests on this platform.\n')
def check_file(fname):
if fname.endswith('parsetab.py'): # Autogenerated