ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/BOSS/Examples/test.clad
Revision: 1.1
Committed: Tue Jan 10 13:06:55 2006 UTC (19 years, 3 months ago) by elmer
Branch point for: one, MAIN
Log Message:
Initial revision

File Contents

# User Rev Content
1 elmer 1.1 # My job
2     executable = "test.pl";
3     stdin = "in";
4     stdout = "out";
5     stderr = "err";
6     args = "40";
7     jobtype = "test,testErr";
8     log = "test.log";
9     infiles = "test.pl,in";
10     outfiles = "out,err";
11     # host = "pccms10";
12     # AnotherKey = "AnotherValue";
13     BossAttr =
14     [
15     test.counter=9999;
16     testErr.ecounter=9998;
17     ];
18