Changeset 617c427 in git for Tst


Ignore:
Timestamp:
Sep 23, 2011, 11:15:49 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
6584ccdcf5a6074b97c8e6a8a52e4ee231e2ef5b
Parents:
1a300b98444c685776fce32133bbc29ac8d86956
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-23 23:15:49+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:25+01:00
Message:
FIX: team city property handling
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/regress.cmd

    r1a300b9 r617c427  
    913913  blockOpened ("init");
    914914 
    915   local($TEAMCITY_BUILD_PROPERTIES_FILE) = $ENV{TEAMCITY_BUILD_PROPERTIES_FILE};
    916  
    917   tcLog("TEAMCITY_BUILD_PROPERTIES_FILE: $TEAMCITY_BUILD_PROPERTIES_FILE");
    918  
    919   if ( length($TEAMCITY_BUILD_PROPERTIES_FILE) > 0 )
    920   {
    921     print( "teamcity.tests.runRiskGroupTestsFirst: " . myGetTCprop("teamcity.tests.runRiskGroupTestsFirst") . "\n" );
    922     print( "teamcity.tests.recentlyFailedTests.file: " . myGetTCprop("teamcity.tests.recentlyFailedTests.file") . "\n" );
    923     print( "teamcity.build.changedFiles.file: " . myGetTCprop("teamcity.build.changedFiles.file") . "\n" );
    924     print( "teamcity.build.properties.file: " . myGetTCprop("teamcity.build.properties.file") . "\n" );
    925     print( "teamcity.configuration.properties.file: " . myGetTCprop("teamcity.configuration.properties.file") . "\n" );
    926     print( "teamcity.runner.properties.file  : " . myGetTCprop("teamcity.runner.properties.file  ") . "\n" );
    927   }
     915#  print ("TEAMCITY_BUILD_PROPERTIES_FILE: $ENV{TEAMCITY_BUILD_PROPERTIES_FILE}" );
     916 
     917  tcLog("TEAMCITY_BUILD_PROPERTIES_FILE: $ENV{TEAMCITY_BUILD_PROPERTIES_FILE}");
     918 
    928919  blockClosed ("init");
    929920}
     
    10671058{
    10681059  testSuiteFinished($teamcity);
     1060
     1061  blockOpened ("init");
     1062 
     1063#  print ("TEAMCITY_BUILD_PROPERTIES_FILE: $ENV{TEAMCITY_BUILD_PROPERTIES_FILE}" );
     1064 
     1065  tcLog("TEAMCITY_BUILD_PROPERTIES_FILE: $ENV{TEAMCITY_BUILD_PROPERTIES_FILE}");
     1066 
     1067  if ( length("$ENV{TEAMCITY_BUILD_PROPERTIES_FILE}") > 0 )
     1068  {
     1069    print( "teamcity.tests.runRiskGroupTestsFirst: " . myGetTCprop("teamcity.tests.runRiskGroupTestsFirst") . "\n" );
     1070    print( "teamcity.tests.recentlyFailedTests.file: " . myGetTCprop("teamcity.tests.recentlyFailedTests.file") . "\n" );
     1071    print( "teamcity.build.changedFiles.file: " . myGetTCprop("teamcity.build.changedFiles.file") . "\n" );
     1072    print( "teamcity.build.properties.file: " . myGetTCprop("teamcity.build.properties.file") . "\n" );
     1073    print( "teamcity.configuration.properties.file: " . myGetTCprop("teamcity.configuration.properties.file") . "\n" );
     1074    print( "teamcity.runner.properties.file  : " . myGetTCprop("teamcity.runner.properties.file  ") . "\n" );
     1075  }
     1076
     1077  blockClosed ("init");
     1078   
     1079   
     1080   
    10691081
    10701082
Note: See TracChangeset for help on using the changeset viewer.