Changeset 887c937 in git for Tst


Ignore:
Timestamp:
May 3, 1998, 3:11:26 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cd22019f7a0ded70e139f2f3fb9eb51a6ed682e9
Parents:
47a5c26117240ce2eafb9665c94458a3993c8b9e
Message:
* better cleanup on -g


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

Legend:

Unmodified
Added
Removed
  • Tst/regress.cmd

    r47a5c2 r887c937  
    22
    33#################################################################
    4 # $Id: regress.cmd,v 1.7 1998-04-30 07:40:10 obachman Exp $
     4# $Id: regress.cmd,v 1.8 1998-05-03 13:11:26 obachman Exp $
    55# FILE:    regress.cmd
    66# PURPOSE: Script which runs regress test of Singular
     
    158158  elsif ($generate eq "yes")
    159159  {
    160     & mysystem("$gzip -f $root.res; $uuencode $root.res.gz $root.res.gz > $root.res.gz.uu; $rm -rf $root.res.gz");
     160    & mysystem("$gzip -f $root.res; $uuencode $root.res.gz $root.res.gz > $root.res.gz.uu; $rm -rf $root.res.gz $root.new.res $root.diff");
    161161    if ($keep eq "yes")
    162162    {
Note: See TracChangeset for help on using the changeset viewer.