about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCaroline Leman <caroline.leman@yahoo.fr>2018-07-13 13:04:20 +0000
committerGitHub <noreply@github.com>2018-07-13 13:04:20 +0000
commitf6c74ba4178768398aa15ebc234875205ee80318 (patch)
treef772c570e02debb1cd12284f2095a473252fdbee
parentcc9c0c70af3a91157226440ae3b64199711ee0db (diff)
parent0a507fca9bd69d4f21667904fdb63b0aa795f39b (diff)
downloadmiasm-f6c74ba4178768398aa15ebc234875205ee80318.tar.gz
miasm-f6c74ba4178768398aa15ebc234875205ee80318.zip
Merge pull request #798 from serpilliere/fix_tests
Test: don't reset *all* tests
-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 07210f01..81b6e6e5 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -725,7 +725,6 @@ testset += ExampleJitter(["trace.py", Example.get_sample("md5_arm"), "-a",
                           "0xA684"])
 
 ## Toshiba MeP
-testset = TestSet("../")
 testset += RegressionTest(["launch.py"], base_dir="arch/mep/asm")
 testset += RegressionTest(["launch.py"], base_dir="arch/mep/ir")
 testset += RegressionTest(["launch.py"], base_dir="arch/mep/jit")