source:
branches/AddingGoogleTestEnvironment/condor/script.submit@
18459
Last change on this file since 18459 was 8880, checked in by , 17 years ago | |
---|---|
File size: 233 bytes |
Line | |
---|---|
1 | Executable = $(script) |
2 | Arguments = -v -i -c $(arg) |
3 | |
4 | Out = $(out) |
5 | Error = $(err) |
6 | |
7 | Universe = vanilla |
8 | copy_to_spool = false |
9 | Log = /tmp/delme.log |
10 | notification = Error |
11 | getenv = True |
12 | |
13 | Queue |
Note:
See TracBrowser
for help on using the repository browser.