diff options
author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2016-11-14 04:03:52 -0500 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-11-14 11:45:23 -0500 |
commit | 330aebc186013bc51daf403acb83c33cbd3a1754 (patch) | |
tree | dd4cbf13eef9092bc474792aad82b4efc8bac3c6 | |
parent | b438455ec174adf4893855327e3b3064b1a9e30e (diff) | |
download | meson-330aebc186013bc51daf403acb83c33cbd3a1754.zip meson-330aebc186013bc51daf403acb83c33cbd3a1754.tar.gz meson-330aebc186013bc51daf403acb83c33cbd3a1754.tar.bz2 |
Fix message to be checked in Qt5 unit test.
-rwxr-xr-x | run_unittests.py | 2 |
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) |