- Timestamp:
- Apr 23, 1998, 11:59:06 AM (26 years ago)
- Branches:
- (u'spielwiese', 'df6a8e29030ff93c6ad53051028727af7d339fa0')
- Children:
- 1c8bcb9f24a61de37d8ff2a595ff2c873ac70f25
- Parents:
- c8bd758a694ec1d0cd6ab4c78b75e74e833629dc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/regress.cmd
rc8bd75 rd6fc3c 2 2 3 3 ################################################################# 4 # $Id: regress.cmd,v 1. 2 1998-04-23 08:30:52 obachmanExp $4 # $Id: regress.cmd,v 1.3 1998-04-23 09:59:06 krueger Exp $ 5 5 # FILE: regress.cmd 6 6 # PURPOSE: Script which runs regress test of Singular … … 167 167 else 168 168 { 169 & mysystem("$gzip -f $root.res; $uuencode $root.res.gz $root.res.gz > $root.res.gz ");169 & mysystem("$gzip -f $root.res; $uuencode $root.res.gz $root.res.gz > $root.res.gz.uu"); 170 170 } 171 171 } 172 172 elsif ($generate eq "yes") 173 173 { 174 & mysystem("$gzip -f $root.res; $uuencode $root.res.gz $root.res.gz > $root.res.gz ");174 & mysystem("$gzip -f $root.res; $uuencode $root.res.gz $root.res.gz > $root.res.gz.uu"); 175 175 if ($keep eq "yes") 176 176 { … … 179 179 else 180 180 { 181 & mysystem("$rm -rf $root.new.res ");181 & mysystem("$rm -rf $root.new.res $root.res.gz"); 182 182 } 183 183 }
Note: See TracChangeset
for help on using the changeset viewer.