about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xexample/jitter/arm.py3
-rwxr-xr-xtest/test_all.py2
2 files changed, 1 insertions, 4 deletions
diff --git a/example/jitter/arm.py b/example/jitter/arm.py
index eac6c0e6..e475abeb 100755
--- a/example/jitter/arm.py
+++ b/example/jitter/arm.py
@@ -24,8 +24,5 @@ else:
 if options.verbose is True:
     print sb.jitter.vm
 
-if options.address is None:
-    raise ValueError('Invalid address')
-
 # Run the code
 sb.run()
diff --git a/test/test_all.py b/test/test_all.py
index 237f13c1..c4463339 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -614,7 +614,7 @@ for jitter in ExampleJitter.jitter_engines:
                              tags=tags.get(jitter, []))
 
 for script, dep in [(["x86_32.py", Example.get_sample("x86_32_sc.bin")], []),
-                    (["arm.py", Example.get_sample("md5_arm"), "-a", "A684"],
+                    (["arm.py", Example.get_sample("md5_arm"), "--mimic-env"],
                      []),
                     (["sandbox_elf_aarch64l.py", Example.get_sample("md5_aarch64l"), "-a", "0x400A00"],
                      []),