diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2017-09-06 14:37:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-06 14:37:36 +0200 |
| commit | b59cde82739ffafedeb60c78b22a8851ee70e5a9 (patch) | |
| tree | 0d35d92bbc07fbd1e3422b8367e65f65977f0b30 /test/test_all.py | |
| parent | c4e78df2485a8368f74ad18a88cd3ab168258c3d (diff) | |
| parent | 4b2d134bf930e83c4f5a888751e673d128d2148e (diff) | |
| download | miasm-b59cde82739ffafedeb60c78b22a8851ee70e5a9.tar.gz miasm-b59cde82739ffafedeb60c78b22a8851ee70e5a9.zip | |
Merge pull request #614 from commial/fix/dse-example-parallel
Fix/dse example parallel
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | test/test_all.py | 1 |
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"), |