Startup
This commit is contained in:
@@ -441,6 +441,7 @@ public class TestingListDetails extends javax.swing.JPanel {
|
||||
boolean success = false;
|
||||
try {
|
||||
Path path = Paths.get(testDir + FilenameUtils.separatorsToSystem("/"+TESTS_CONFIG_FILENAME));
|
||||
System.out.println("Test path: "+path);
|
||||
//Loop among the test parameters and generate variable assignement syntax for python
|
||||
String sTestParameters = "";
|
||||
String name="", value="", description="";
|
||||
|
||||
Reference in New Issue
Block a user