summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/scons-time/run/aegis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scons-time/run/aegis.py b/test/scons-time/run/aegis.py
index 09c6aad..5235d98 100644
--- a/test/scons-time/run/aegis.py
+++ b/test/scons-time/run/aegis.py
@@ -64,7 +64,7 @@ expect = [
'SCONS_LIB_DIR = %s' % test.tempdir_re('src', 'engine'),
]
-content = test.read(test.workpath('foo-321-2.log'))
+content = test.read(test.workpath('foo-321-2.log'),mode='r')
def re_find(content, line):
return re.search(line, content)