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());