From 059c14ef6ecbb0860e372fee0da150e78ee76475 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 16 Jun 2015 16:29:21 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index cdd8057..90ee01a 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -568,6 +568,7 @@ public class TestingList extends Panel { if(!f.exists() || f.isDirectory()){ logger.log(Level.SEVERE, "Test file not found: " + sTestPath); showResult(sDeviceName, sTestPath, "Test file not found: " + sTestPath, TestStatus.FAILURE.toString()); + executeTest(position+1); return; } showResult(sDeviceName, sTestPath, "Test running", TestStatus.RUNNING.toString());