aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-05-04 17:53:04 +1000
committerJussi Pakkanen <jpakkane@gmail.com>2017-05-04 22:09:27 +0300
commitca924451ac257d4b410d5da33d9354d195490237 (patch)
treee4ce98c8f8ba4a9b0cc00ebdf98de8672be82de5 /run_unittests.py
parentfe85721e7e97260b24da3911b4265535116b55cd (diff)
downloadmeson-ca924451ac257d4b410d5da33d9354d195490237.zip
meson-ca924451ac257d4b410d5da33d9354d195490237.tar.gz
meson-ca924451ac257d4b410d5da33d9354d195490237.tar.bz2
Use American English: behaviour -> behavior
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py
index 1d80aac..d285e6a 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -1246,7 +1246,7 @@ class LinuxlikeTests(BasePlatformTests):
raise unittest.SkipTest('QMake not found')
# For some inexplicable reason qmake --version gives different
# results when run from the command line vs invoked by Python.
- # Check for both cases in case this behaviour changes in the future.
+ # Check for both cases in case this behavior changes in the future.
output = subprocess.getoutput(['qmake', '--version'])
if 'Qt version 5' not in output and 'qt5' not in output:
raise unittest.SkipTest('Qmake found, but it is not for Qt 5.')