Changeset 56ae4f in git
- Timestamp:
- Feb 12, 2004, 2:00:24 PM (20 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 8aa3edb3835ccad5d40202e90fc146b696229172
- Parents:
- 24f4585ea577024a2d1c92bd69d7ddf6bfe83880
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/regress.cmd
r24f458 r56ae4f 2 2 3 3 ################################################################# 4 # $Id: regress.cmd,v 1.3 8 2002-01-23 16:13:51 levandovExp $4 # $Id: regress.cmd,v 1.39 2004-02-12 13:00:24 Singular Exp $ 5 5 # FILE: regress.cmd 6 6 # PURPOSE: Script which runs regress test of Singular … … 97 97 # the default settings 98 98 # 99 $singularOptions = "--ticks-per-sec=100 -teq r12345678 --no-rc";99 $singularOptions = "--ticks-per-sec=100 -teqsr12345678 --no-rc"; 100 100 # for testing under Windows, remove "e" option above and compile 101 101 # res files on Linux, then copy to Windows and compare. Otherwise 102 102 # you have problems with diff on Win. Just uncomment the next line: 103 # $singularOptions = "--ticks-per-sec=100 -tq r12345678 --no-rc";103 # $singularOptions = "--ticks-per-sec=100 -tqsr12345678 --no-rc"; 104 104 105 105 $keep = "no";
Note: See TracChangeset
for help on using the changeset viewer.