- Timestamp:
- Apr 23, 1998, 2:44:46 PM (26 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 0132b0638cd998dc8af73be5cd04b4de19dbf35a
- Parents:
- a19ac9d47476a185c469db33e5940975c06fc44a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/regress.cmd
ra19ac9 re35965 2 2 3 3 ################################################################# 4 # $Id: regress.cmd,v 1. 4 1998-04-23 10:19:42obachman Exp $4 # $Id: regress.cmd,v 1.5 1998-04-23 12:44:46 obachman Exp $ 5 5 # FILE: regress.cmd 6 6 # PURPOSE: Script which runs regress test of Singular … … 82 82 return (1); 83 83 } 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")) 89 89 { 90 90 if ($generate ne "yes")
Note: See TracChangeset
for help on using the changeset viewer.