Commit c6c5353f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent fb4020b0
...@@ -22,7 +22,7 @@ for kind in ['t', 'fault', 'asan', 'tsan']: ...@@ -22,7 +22,7 @@ for kind in ['t', 'fault', 'asan', 'tsan']:
# this way, when test.fault tests are run in parallel, some of them fail to # this way, when test.fault tests are run in parallel, some of them fail to
# find core corresponding to expected crash. # find core corresponding to expected crash.
# -> force serial execution to workaround that. # -> force serial execution to workaround that.
if t == 'fault': if kind == 'fault':
envadj['MAKEFLAGS'] = '-j1' envadj['MAKEFLAGS'] = '-j1'
TestCase(t, ['make', t], envadj=envadj) # TODO summaryf=TAP.summary TestCase(t, ['make', t], envadj=envadj) # TODO summaryf=TAP.summary
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment