Changeset 13302


Ignore:
Timestamp:
2012-10-11T05:13:03+02:00 (12 years ago)
Author:
adrpo
Message:
  • use full path after testsuite/FP to build up the /tmp/omc-rtest-*/FP this is to minimize the issues when running make -jN
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testsuite/rtest

    r11198 r13302  
    1010
    1111$cwd = getcwd;
    12 if ($cwd =~ m/(.*)testsuite.*\/(.+)$/) {
     12if ($cwd =~ m/(.*)testsuite\/(.+)$/) {
    1313  $OPENMODELICAHOME="$1build";
    1414  $dirname=$2;
Note: See TracChangeset for help on using the changeset viewer.