~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

update

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 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 DTR_BUILD_THREAD.
 
277
   setting the environment variable :envvar:`DTR_BUILD_THREAD`.
278
278
 
279
279
Options for test case authoring
280
280
-------------------------------