Changeset 2400
- Timestamp:
- Dec 29, 2008 3:04:00 PM (16 years ago)
- Location:
- pjproject/trunk/tests/cdash
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/cdash/README.TXT
- Property svn:eol-style set to native
-
pjproject/trunk/tests/cdash/cfg_site_sample.py
r2399 r2400 2 2 3 3 # Your site name 4 SITE_NAME="Newham 2"4 SITE_NAME="Newham3" 5 5 6 6 # The URL where tests will be submitted to … … 15 15 # List of additional ccdash options 16 16 #OPTIONS = ["-o", "out.xml", "-y"] 17 OPTIONS = [ "-o", "out.xml"]17 OPTIONS = [] 18 18 19 19 # List of regular expression of test patterns to be excluded 20 EXCLUDE = [ ".*"]20 EXCLUDE = [] 21 21 22 22 # List of regular expression of test patterns to be included (even 23 23 # if they match EXCLUDE patterns) 24 NOT_EXCLUDE = [ "run.py mod_run.*100_simple"]24 NOT_EXCLUDE = [] 25 25 #"configure", "update", "build.*make", "build", "run.py mod_run.*100_simple"]
Note: See TracChangeset
for help on using the changeset viewer.