~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to test.config

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-07-30 16:07:08 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%launchpad--devel--0--patch-11
added symlinks
Patches applied:

 * steve.alexander@canonical.com/launchpad--devel--0--patch-11
   added various symlinks, and some test config

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
# Search for tests starting in the specified start directory.
59
59
# See -l.
60
60
# LIBDIR = '/path/to/dir/'
 
61
LIBDIR='lib'
61
62
 
62
63
# LOOP=<boolean>
63
64
# Keep running the selected tests in a loop.
98
99
# List of paths, limiting where tests are searched for.
99
100
# See --dir.
100
101
# TEST_DIRS = ['/path/to/tests/']
 
102
TEST_DIRS=["canonical"]
101
103
 
102
104
# GUI=<boolean>|"minimal"
103
105
# Whether to run unittest GUI. Use string value "minimal" for the minimal GUI.