~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/testing/test-run.rst

  • Committer: Andrew Hutchings
  • Date: 2011-03-01 12:57:25 UTC
  • mto: (2211.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2212.
  • Revision ID: andrew@linuxjedi.co.uk-20110301125725-kyzpl2rc740fv45s
Fix envvar

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
   using a builtin list of standard locations
217
217
   for tmpfs (/dev/shm)
218
218
   The option can also be set using environment
219
 
   variable :envvar:DTR_MEM=[DIR]
 
219
   variable :envvar:`DTR_MEM` =[DIR]
220
220
 
221
221
Options to control what test suites or cases to run
222
222
---------------------------------------------------
274
274
.. option:: --dtr-build-thread=#    
275
275
 
276
276
   Specify unique collection of ports. Can also be set by
277
 
   setting the environment variable :envvar:DTR_BUILD_THREAD.
 
277
   setting the environment variable :envvar:`DTR_BUILD_THREAD`.
278
278
 
279
279
Options for test case authoring
280
280
-------------------------------