diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/sdk/cases/buildepoxy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/sdk/cases/buildepoxy.py b/meta/lib/oeqa/sdk/cases/buildepoxy.py index ee515be188..147ee3e0ee 100644 --- a/meta/lib/oeqa/sdk/cases/buildepoxy.py +++ b/meta/lib/oeqa/sdk/cases/buildepoxy.py | |||
@@ -35,7 +35,7 @@ class EpoxyTest(OESDKTestCase): | |||
35 | self.assertTrue(os.path.isdir(dirs["source"])) | 35 | self.assertTrue(os.path.isdir(dirs["source"])) |
36 | os.makedirs(dirs["build"]) | 36 | os.makedirs(dirs["build"]) |
37 | 37 | ||
38 | log = self._run("meson -Degl=no -Dglx=no -Dx11=false {build} {source}".format(**dirs)) | 38 | log = self._run("meson --warnlevel 1 -Degl=no -Dglx=no -Dx11=false {build} {source}".format(**dirs)) |
39 | # Check that Meson thinks we're doing a cross build and not a native | 39 | # Check that Meson thinks we're doing a cross build and not a native |
40 | self.assertIn("Build type: cross build", log) | 40 | self.assertIn("Build type: cross build", log) |
41 | self._run("ninja -C {build} -v".format(**dirs)) | 41 | self._run("ninja -C {build} -v".format(**dirs)) |