Changeset dfe914 in git
- Timestamp:
- Sep 25, 2011, 1:46:01 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/regress.cmd
r4c5b46 rdfe914 535 535 local($system_call, $exit_status, $ignore_pattern, $error_cause); 536 536 537 print "--- $root " unless ($verbosity == 0);538 537 $total_checks++; 539 538 … … 541 540 if (! (-r "$root.tst")) 542 541 { 542 print "--- $root " unless ($verbosity == 0); 543 543 print (STDERR "Can not read $root.tst\n"); 544 544 testIgnored($test_file, "Can not read $root.tst"); … … 549 549 if (! &MPok($root)) 550 550 { 551 print "--- $root " unless ($verbosity == 0); 551 552 print "Warning: $root not tested: needs MP\n"; 552 553 testIgnored($test_file, "Warning: $root not tested: needs MP"); … … 562 563 if ($exit_status) 563 564 { 565 print "--- $root " unless ($verbosity == 0); 564 566 print (STDERR "Can not decode $root.res.gz.uu\n"); 565 567 testIgnored($test_file, "Can not decode $root.res.gz.uu"); … … 569 571 elsif (! (-r "$root.res") || ( -z "$root.res")) 570 572 { 573 print "--- $root " unless ($verbosity == 0); 571 574 print (STDERR "Can not read $root.res[.gz.uu]\n"); 572 575 testIgnored($test_file, "Can not read $root.res[.gz.uu]"); … … 576 579 577 580 testStarted($test_file); 581 print "--- $root " unless ($verbosity == 0); 578 582 579 583 my $resfile = "\"$root.new.res\"";
Note: See TracChangeset
for help on using the changeset viewer.