Changeset dfe914 in git for Tst


Ignore:
Timestamp:
Sep 25, 2011, 1:46:01 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
93e538c4b38681efb7cb7bfb840f6f5c5ff4002a
Parents:
4c5b46023b26ef3b8e7594a722afc9868ab3ae63
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-25 13:46:01+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:28+01:00
Message:
CHG: better TC output?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/regress.cmd

    r4c5b46 rdfe914  
    535535  local($system_call, $exit_status, $ignore_pattern, $error_cause);
    536536
    537   print "--- $root " unless ($verbosity == 0);
    538537  $total_checks++;
    539538 
     
    541540  if (! (-r "$root.tst"))
    542541  {
     542    print "--- $root " unless ($verbosity == 0);
    543543    print (STDERR "Can not read $root.tst\n");
    544544    testIgnored($test_file, "Can not read $root.tst");
     
    549549  if (! &MPok($root))
    550550  {
     551    print "--- $root " unless ($verbosity == 0);
    551552    print "Warning: $root not tested: needs MP\n";
    552553    testIgnored($test_file, "Warning: $root not tested: needs MP");
     
    562563      if ($exit_status)
    563564      {
     565        print "--- $root " unless ($verbosity == 0);
    564566        print (STDERR "Can not decode $root.res.gz.uu\n");
    565567        testIgnored($test_file, "Can not decode $root.res.gz.uu");
     
    569571    elsif (! (-r "$root.res") || ( -z "$root.res"))
    570572    {
     573      print "--- $root " unless ($verbosity == 0);
    571574      print (STDERR "Can not read $root.res[.gz.uu]\n");
    572575      testIgnored($test_file, "Can not read $root.res[.gz.uu]");
     
    576579
    577580  testStarted($test_file);
     581  print "--- $root " unless ($verbosity == 0);
    578582 
    579583  my $resfile = "\"$root.new.res\"";
Note: See TracChangeset for help on using the changeset viewer.