Changeset e1b6326 in git


Ignore:
Timestamp:
Oct 4, 2011, 11:19:48 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '52dcfddee5ec87d404d5e0fb44f2d627608208f1')
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
Message:
ADD: lists of tests New.lst Old.lst, Manual.lst, default.lst
Location:
Tst
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • Tst/regress.cmd

    r2c86ec re1b6326  
    10071007
    10081008
    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# }
    10341032
    10351033if ($timeout > 0)
  • Tst/regress.lst

    r2c86ec re1b6326  
     1New/algext_numbers.tst
     2New/gf_coeff_short.tst
     3New/longalg_missing_2.tst
     4New/longalg_missing_3.tst
     5New/minpoly_locals.tst
     6New/short_print.tst
     7New/std_criteria.tst
     8New/trans_ext_poly_read.tst
     9New/trans_ext_std.tst
    110Manual/typeof.tst
    211Manual/trace.tst
Note: See TracChangeset for help on using the changeset viewer.