Closedown
This commit is contained in:
@@ -332,7 +332,7 @@ public class TestingList extends Panel {
|
||||
// TODO add your handling code here:
|
||||
if (System.getProperty("os.name").toLowerCase().contains("windows")) {
|
||||
String cmd;
|
||||
cmd = "rundll32 url.dll,FileProtocolHandler " + TESTS_LOG_DEFAULT_DIR;
|
||||
cmd = "notepad.exe " + TESTS_LOG_DEFAULT_DIR;
|
||||
try {
|
||||
Runtime.getRuntime().exec(cmd);
|
||||
} catch (IOException ex) {
|
||||
|
||||
Reference in New Issue
Block a user