Changeset e35965 in git for Tst


Ignore:
Timestamp:
Apr 23, 1998, 2:44:46 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
0132b0638cd998dc8af73be5cd04b4de19dbf35a
Parents:
a19ac9d47476a185c469db33e5940975c06fc44a
Message:
* added -z (zero size) to test whether res.gz.uu file(s) exist


git-svn-id: file:///usr/local/Singular/svn/trunk@1436 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/regress.cmd

    ra19ac9 re35965  
    22
    33#################################################################
    4 # $Id: regress.cmd,v 1.4 1998-04-23 10:19:42 obachman Exp $
     4# $Id: regress.cmd,v 1.5 1998-04-23 12:44:46 obachman Exp $
    55# FILE:    regress.cmd
    66# PURPOSE: Script which runs regress test of Singular
     
    8282    return (1);
    8383  }
    84   if (! (-r "$root.res"))
    85   {
    86     if (! (-r "$root.res.gz"))
    87     {
    88       if (! (-r "$root.res.gz.uu"))
     84  if ((! (-r "$root.res")) || (-z "$root.res"))
     85  {
     86    if ((! (-r "$root.res.gz")) || (-z "$root.res.gz"))
     87    {
     88      if ((! (-r "$root.res.gz.uu")) || (-z "$root.res.gz.uu"))
    8989      {
    9090        if ($generate ne "yes")
Note: See TracChangeset for help on using the changeset viewer.