Closedown

This commit is contained in:
boccioli_m
2015-06-10 14:00:35 +02:00
parent b884e30b93
commit a0507b4c64

View File

@@ -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) {