Commit 249cadd7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d2bab31c
......@@ -18,7 +18,7 @@ for kind in ['t', 'fault', 'asan', 'tsan']:
# test.py/<stor>-!wcfs runs unit- and functional- tests for wendelin.core in non-wcfs mode.
for stor in storv:
TestCase('test.py/%s-!wcfs' % stor, ['make', 'test.py'],
envadj={'WENDELIN_CORE_TEST_DB': stor, 'WENDELIN_CORE_VIRTMEM': 'rw:uvmm'},
envadj={'WENDELIN_CORE_TEST_DB': '<%s>' % stor, 'WENDELIN_CORE_VIRTMEM': 'rw:uvmm'},
summaryf=PyTest.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