aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2016-11-14 04:03:52 -0500
committerJussi Pakkanen <jpakkane@gmail.com>2016-11-14 11:45:23 -0500
commit330aebc186013bc51daf403acb83c33cbd3a1754 (patch)
treedd4cbf13eef9092bc474792aad82b4efc8bac3c6
parentb438455ec174adf4893855327e3b3064b1a9e30e (diff)
downloadmeson-330aebc186013bc51daf403acb83c33cbd3a1754.zip
meson-330aebc186013bc51daf403acb83c33cbd3a1754.tar.gz
meson-330aebc186013bc51daf403acb83c33cbd3a1754.tar.bz2
Fix message to be checked in Qt5 unit test.
-rwxr-xr-xrun_unittests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py
index 44e190e..fff0c35 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -199,7 +199,7 @@ class LinuxlikeTests(unittest.TestCase):
testdir = os.path.join(self.framework_test_dir, '4 qt')
self.init(testdir)
# Confirm that the dependency was found with qmake
- msg = 'Qt5 native `qmake-qt5` dependency found: YES\n'
+ msg = 'Qt5 native `qmake-qt5` dependency (modules: Core) found: YES\n'
mesonlog = self.get_meson_log()
self.assertTrue(msg in mesonlog)