create workspace before running manticore to make memdump tests pass (#388)

This commit is contained in:
JP Smith
2017-07-13 13:57:18 -04:00
committed by GitHub
parent 03ee876005
commit 13964d053b
+2
View File
@@ -69,6 +69,8 @@ class IntegrationTest(unittest.TestCase):
args = ['python', '-m', 'manticore', '--timeout', '400', '--workspace', workspace, dumpfile]
os.mkdir(workspace)
for k,v in params.iteritems():
if k.startswith("--"):
args.extend([k, v.format(dumpdir=dumpdir, workspace=workspace)])