Changeset 0cc8c05 in git


Ignore:
Timestamp:
Jul 14, 1998, 4:18:31 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
402bcd0fbe8b54349663e232d07289be1ed8ce4b
Parents:
371ea55fb2c0f4d718284e7a3cfd14c3973c8bed
Message:
* bug fix


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

Legend:

Unmodified
Added
Removed
  • Tst/regress.cmd

    r371ea5 r0cc8c05  
    22
    33#################################################################
    4 # $Id: regress.cmd,v 1.23 1998-07-14 12:23:47 obachman Exp $
     4# $Id: regress.cmd,v 1.24 1998-07-14 14:18:31 obachman Exp $
    55# FILE:    regress.cmd
    66# PURPOSE: Script which runs regress test of Singular
     
    105105}
    106106# sed scripts which are applied to res files before they are diff'ed
    107 $sed_scripts = "-e '/used time:/d' -e '/tst_ignore:/d' -e '/Id: /d'";
     107$sed_scripts = "-e '/used time:/d' -e '/tst_ignore:/d' -e '/Id:/d'";
    108108# default value (in %) above which differences are reported on -r
    109109$report_val = 5;
Note: See TracChangeset for help on using the changeset viewer.