From dfc2f102e8848c15d7a87a3fc000396eb347bbc4 Mon Sep 17 00:00:00 2001 From: Camille Mougey Date: Thu, 8 Jan 2015 18:09:29 +0100 Subject: Example/Test_Dis: OptParse to ArgParse --- test/test_all.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/test_all.py b/test/test_all.py index 3f25dab2..11de10b2 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -123,14 +123,13 @@ for script in [["disasm_single_instr.py"], class ExampleTestDis(Example): """TestDis specificities: - script: test_dis.py - - flags: -g -s -m + - flags: -g -s - @products: graph_execflow.txt, graph_irflow.txt, lines.txt, out.txt """ def __init__(self, *args, **kwargs): super(ExampleTestDis, self).__init__(*args, **kwargs) - self.command_line = ["test_dis.py", "-g", "-s", "-m"] + \ - self.command_line + self.command_line = ["test_dis.py", "-g", "-s"] + self.command_line self.products += ["graph_execflow.txt", "graph_irflow.txt", "lines.txt", "out.txt"] -- cgit 1.4.1