Changeset 617c427 in git
- Timestamp:
- Sep 23, 2011, 11:15:49 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/regress.cmd
r1a300b9 r617c427 913 913 blockOpened ("init"); 914 914 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 928 919 blockClosed ("init"); 929 920 } … … 1067 1058 { 1068 1059 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 1069 1081 } 1070 1082
Note: See TracChangeset
for help on using the changeset viewer.