aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-07-20 13:50:25 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-07-20 13:50:25 +0300
commitb3ca519feaf2ec186286249846711359a29bcffa (patch)
tree7b6092d1cda176ef8dbaa883051ec2128b01e5ee /run_tests.py
parent7f09d89eaa8237d691f37b8e177b7e52ad85b708 (diff)
downloadmeson-b3ca519feaf2ec186286249846711359a29bcffa.zip
meson-b3ca519feaf2ec186286249846711359a29bcffa.tar.gz
meson-b3ca519feaf2ec186286249846711359a29bcffa.tar.bz2
Message clarification.
Diffstat (limited to 'run_tests.py')
-rwxr-xr-xrun_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/run_tests.py b/run_tests.py
index 75d1a81..0440579 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -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