Changeset 237da4 in git
- Timestamp:
- May 25, 1998, 11:22:44 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- e665360cc0f5bbf82c5fcd91a148a64fba184dd1
- Parents:
- 2ff9767d5dd0ab1c724b180a777abe834e50280e
- Location:
- Tst
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/Short/normal.tst
r2ff976 r237da4 62 62 63 63 kill r,r1; 64 64 65 $ 66 // This is the example Theo 3 which is still broken due to the broken 67 // minor command 68 ring r=32003,(x,y,z),wp(3,5,15); 69 ideal i=z*(y3-x5)+x10; 70 list pr=normal(i); 71 pr; 72 def r1=pr[1]; 73 setring r1; 74 KK; 75 kill r, r1; -
Tst/regress.cmd
r2ff976 r237da4 2 2 3 3 ################################################################# 4 # $Id: regress.cmd,v 1.1 0 1998-05-20 11:46:28obachman Exp $4 # $Id: regress.cmd,v 1.11 1998-05-25 21:22:43 obachman Exp $ 5 5 # FILE: regress.cmd 6 6 # PURPOSE: Script which runs regress test of Singular … … 22 22 [-k] -- keep result (*.res) files, do not zip original res file 23 23 [-v num] -- set verbosity to num (used range 0..3, default: 1) 24 [-g] -- generate result (*.res ) files, only24 [-g] -- generate result (*.res.gz.uu) files, only 25 25 [file.lst] -- read tst files from file.lst 26 26 [file.tst] -- test Singular script file.tst
Note: See TracChangeset
for help on using the changeset viewer.