aboutsummaryrefslogtreecommitdiff
path: root/mesontest.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesontest.py')
-rwxr-xr-xmesontest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesontest.py b/mesontest.py
index 240b4f7..88d0527 100755
--- a/mesontest.py
+++ b/mesontest.py
@@ -346,7 +346,7 @@ class TestHarness:
logfile = None
try:
if not self.options.verbose:
- jsonlogfile = open(jsonlogfilename, 'w')
+ jsonlogfile = open(jsonlogfilename, 'w')
logfile = open(logfilename, 'w')
logfile.write('Log of Meson test suite run on %s.\n\n' %
datetime.datetime.now().isoformat())