Commit 175451e4 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

fix some small things in run.stress-tests.py

git-svn-id: file:///svn/toku/tokudb@44962 c7de825b-a66e-492c-adef-691d508d4ae1
parent 380b4192
......@@ -230,7 +230,7 @@ class TestRunnerBase(object):
@property
def testargs(self):
return ['--num_seconds', str(self.test_time),
'--no-crash_on_update_failure',
'--no-crash_on_operation_failure',
'--num_ptquery_threads', str(self.num_ptquery),
'--num_update_threads', str(self.num_update)] + self.prepareargs
......@@ -430,7 +430,7 @@ def rebuild(tokudb, builddir, installdir, cc, tests):
os.mkdir(builddir)
r = call(['cmake',
'-DCMAKE_BUILD_TYPE=Debug',
'-DINTELCC=%s' % iccstr,
'-DINTEL_CC=%s' % iccstr,
'-DCMAKE_INSTALL_DIR=%s' % installdir,
tokudb],
cwd=builddir)
......
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