Changeset 3b82fb in git for Tst/regress.cmd


Ignore:
Timestamp:
May 6, 1998, 7:07:05 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ca838941b4b4b85e27f6d06ecacd3d40d8f4de7a
Parents:
3d063c7072a739414bcae6128a7000d525d24a85
Message:
* stderr to stdout in Singular call


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

Legend:

Unmodified
Added
Removed
  • Tst/regress.cmd

    r3d063c r3b82fb  
    22
    33#################################################################
    4 # $Id: regress.cmd,v 1.8 1998-05-03 13:11:26 obachman Exp $
     4# $Id: regress.cmd,v 1.9 1998-05-06 17:07:05 obachman Exp $
    55# FILE:    regress.cmd
    66# PURPOSE: Script which runs regress test of Singular
     
    109109  else
    110110  {
    111     $system_call = "$singular $singularOptions $root.tst > $root.new.res";
     111    $system_call = "$singular $singularOptions $root.tst > $root.new.res 2>&1";
    112112  }
    113113  # Go Singular, Go!
Note: See TracChangeset for help on using the changeset viewer.