about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2017-09-06 13:51:32 +0200
committerAjax <commial@gmail.com>2017-09-06 13:51:32 +0200
commit4b2d134bf930e83c4f5a888751e673d128d2148e (patch)
tree0d35d92bbc07fbd1e3422b8367e65f65977f0b30 /test/test_all.py
parent1fa25ff2a70f89e7227fce41a9961a995cfba440 (diff)
downloadmiasm-4b2d134bf930e83c4f5a888751e673d128d2148e.tar.gz
miasm-4b2d134bf930e83c4f5a888751e673d128d2148e.zip
Test/DSE: producted file is already deleted by the example
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"),