From a0507b4c646f8ca6425f9d20dbccb747f2ea2e6e Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 10 Jun 2015 14:00:35 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 9abea2e..9a0f2e3 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -435,7 +435,7 @@ public class TestingList extends Panel { //launch the test try{ args.put("DEVICE", sDeviceName); - args.put("ret", ""); + //args.put("ret", ""); args.put("status", false); run(sTestName, args); } catch (Exception ex) {