aboutsummaryrefslogtreecommitdiff
path: root/unittests/baseplatformtests.py
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/baseplatformtests.py')
-rw-r--r--unittests/baseplatformtests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/unittests/baseplatformtests.py b/unittests/baseplatformtests.py
index 02dc923..d83ef3f 100644
--- a/unittests/baseplatformtests.py
+++ b/unittests/baseplatformtests.py
@@ -322,6 +322,10 @@ class BasePlatformTests(TestCase):
each['command'] = compiler + ' ' + f.read()
return contents
+ def get_meson_log_raw(self):
+ with self._open_meson_log() as f:
+ return f.read()
+
def get_meson_log(self):
with self._open_meson_log() as f:
return f.readlines()