Closedown
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user