Ignore:
Timestamp:
03/12/12 17:48:24 (13 years ago)
Author:
wschamai
Message:

BUG FIX: omcTempWorkingFolder path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.simulation/src/org/openmodelica/modelicaml/simulation/testexecution/actions/ExecuteTestsAction.java

    r1391 r1393  
    8383                        {
    8484                            TestSession testSessionObj = TestSessionXML_Reader.readFromXML(pathToSession + "verification_session.xml");
    85                             String omcTempWorkingFolder = (System.getenv().get("OPENMODELICAHOME") + "/tmp").replaceAll("\\\\", "/");
     85//                          String omcTempWorkingFolder = (System.getenv().get("OPENMODELICAHOME") + "/tmp").replaceAll("\\\\", "/");
     86                            String omcTempWorkingFolder = (System.getenv().get("OPENMODELICAHOME") + "tmp").replaceAll("\\\\", "/");
    8687                            File sessionFolder = new File(pathToSession);
    8788                           
Note: See TracChangeset for help on using the changeset viewer.