about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2017-09-06 14:37:36 +0200
committerGitHub <noreply@github.com>2017-09-06 14:37:36 +0200
commitb59cde82739ffafedeb60c78b22a8851ee70e5a9 (patch)
tree0d35d92bbc07fbd1e3422b8367e65f65977f0b30 /test
parentc4e78df2485a8368f74ad18a88cd3ab168258c3d (diff)
parent4b2d134bf930e83c4f5a888751e673d128d2148e (diff)
downloadmiasm-b59cde82739ffafedeb60c78b22a8851ee70e5a9.tar.gz
miasm-b59cde82739ffafedeb60c78b22a8851ee70e5a9.zip
Merge pull request #614 from commial/fix/dse-example-parallel
Fix/dse example parallel
Diffstat (limited to '')
-rwxr-xr-xtest/test_all.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 30408ee2..d2ae4fce 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -635,7 +635,6 @@ for strategy in ["code-cov", "branch-cov", "path-cov"]:
     testset += ExampleSymbolExec(["dse_crackme.py", dse_crackme_out,
                                   "--strategy", strategy],
                                  depends=[dse_crackme],
-                                 products=["test.txt"],
                                  tags=[TAGS["z3"]])
     testset += ExampleSymbolExec(["dse_strategies.py",
                                   Example.get_sample("simple_test.bin"),