Changeset 21a762 in git for Tst/regress.cmd


Ignore:
Timestamp:
Jan 23, 2002, 5:13:51 PM (22 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b7e6189fa345b27b65ae1af939d8ac26ec245684
Parents:
133576690c5b9718aca0a3080eae169876f56478
Message:
win test comments


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

Legend:

Unmodified
Added
Removed
  • Tst/regress.cmd

    r133576 r21a762  
    22
    33#################################################################
    4 # $Id: regress.cmd,v 1.37 2001-02-15 14:15:57 levandov Exp $
     4# $Id: regress.cmd,v 1.38 2002-01-23 16:13:51 levandov Exp $
    55# FILE:    regress.cmd
    66# PURPOSE: Script which runs regress test of Singular
     
    9898#
    9999$singularOptions = "--ticks-per-sec=100 -teqr12345678 --no-rc";
     100# for testing under Windows, remove "e" option above and compile
     101# res files on Linux, then copy to Windows and compare. Otherwise
     102# you have problems with diff on Win. Just uncomment the next line:
     103# $singularOptions = "--ticks-per-sec=100 -tqr12345678 --no-rc";
     104
    100105$keep = "no";
    101106$verbosity = 2;
Note: See TracChangeset for help on using the changeset viewer.