diff options
| author | Ajax <commial@gmail.com> | 2017-09-06 13:51:32 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2017-09-06 13:51:32 +0200 |
| commit | 4b2d134bf930e83c4f5a888751e673d128d2148e (patch) | |
| tree | 0d35d92bbc07fbd1e3422b8367e65f65977f0b30 | |
| parent | 1fa25ff2a70f89e7227fce41a9961a995cfba440 (diff) | |
| download | miasm-4b2d134bf930e83c4f5a888751e673d128d2148e.tar.gz miasm-4b2d134bf930e83c4f5a888751e673d128d2148e.zip | |
Test/DSE: producted file is already deleted by the example
Diffstat (limited to '')
| -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"), |