Changeset e1b6326 in git for Tst/regress.cmd
- Timestamp:
- Oct 4, 2011, 11:19:48 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- e09787d579d91f42dc123578726c7e3699fd4028
- Parents:
- 2c86ec4c08b22e8774fd606d5d253b55620d9387
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-10-04 23:19:48+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:54+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/regress.cmd
r2c86ec re1b6326 1007 1007 1008 1008 1009 if( length($teamcity) > 0 ) 1010 { 1011 # tcLog("|Hi|\r I\'m [Alex]|\nHow are You?|"); 1012 1013 blockOpened ("init"); 1014 1015 1016 # print ("TEAMCITY_BUILD_PROPERTIES_FILE: $ENV{TEAMCITY_BUILD_PROPERTIES_FILE}" ); 1017 1018 tcLog("TEAMCITY_BUILD_PROPERTIES_FILE: $ENV{TEAMCITY_BUILD_PROPERTIES_FILE}"); 1019 1020 if ( length("$ENV{TEAMCITY_BUILD_PROPERTIES_FILE}") > 0 ) 1021 { 1022 print( "teamcity.tests.runRiskGroupTestsFirst: " . myGetTCprop("teamcity.tests.runRiskGroupTestsFirst") . "\n" ); 1023 1024 ViewFile("teamcity.tests.recentlyFailedTests.file"); 1025 ViewFile("teamcity.build.changedFiles.file"); 1026 ViewFile("teamcity.build.properties.file"); 1027 ViewFile("teamcity.configuration.properties.file"); 1028 ViewFile("teamcity.runner.properties.file"); 1029 } 1030 1031 1032 blockClosed ("init"); 1033 } 1009 # if( length($teamcity) > 0 ) 1010 # { 1011 # # tcLog("|Hi|\r I\'m [Alex]|\nHow are You?|"); 1012 # 1013 # blockOpened ("init"); 1014 # 1015 # # print ("TEAMCITY_BUILD_PROPERTIES_FILE: $ENV{TEAMCITY_BUILD_PROPERTIES_FILE}" ); 1016 # 1017 # tcLog("TEAMCITY_BUILD_PROPERTIES_FILE: $ENV{TEAMCITY_BUILD_PROPERTIES_FILE}"); 1018 # 1019 # if ( length("$ENV{TEAMCITY_BUILD_PROPERTIES_FILE}") > 0 ) 1020 # { 1021 # print( "teamcity.tests.runRiskGroupTestsFirst: " . myGetTCprop("teamcity.tests.runRiskGroupTestsFirst") . "\n" ); 1022 # 1023 # ViewFile("teamcity.tests.recentlyFailedTests.file"); 1024 # ViewFile("teamcity.build.changedFiles.file"); 1025 # ViewFile("teamcity.build.properties.file"); 1026 # ViewFile("teamcity.configuration.properties.file"); 1027 # ViewFile("teamcity.runner.properties.file"); 1028 # } 1029 # 1030 # blockClosed ("init"); 1031 # } 1034 1032 1035 1033 if ($timeout > 0)
Note: See TracChangeset
for help on using the changeset viewer.