Skip to content

Commit 13da296

Browse files
committed
Fixed utest runner
1 parent adb8164 commit 13da296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utest/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def remove_output_dir():
2222
def run_unit_tests():
2323
sys.path.insert(0, SRC)
2424
try:
25-
result = py_main(['--rootdir=%s' % CURDIR])
25+
result = py_main(['--rootdir=%s' % CURDIR, '-p', 'no:cacheprovider', CURDIR])
2626
finally:
2727
sys.path.pop(0)
2828
return result

0 commit comments

Comments
 (0)