- Timestamp:
- Oct 4, 2011, 11:19:48 PM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- 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
- Location:
- Tst
- Files:
-
- 3 added
- 2 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) -
Tst/regress.lst
r2c86ec re1b6326 1 New/algext_numbers.tst 2 New/gf_coeff_short.tst 3 New/longalg_missing_2.tst 4 New/longalg_missing_3.tst 5 New/minpoly_locals.tst 6 New/short_print.tst 7 New/std_criteria.tst 8 New/trans_ext_poly_read.tst 9 New/trans_ext_std.tst 1 10 Manual/typeof.tst 2 11 Manual/trace.tst
Note: See TracChangeset
for help on using the changeset viewer.