~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/testing/dbqp.rst

  • Committer: Andrew Hutchings
  • Date: 2011-02-23 17:07:17 UTC
  • mto: (2196.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2197.
  • Revision ID: andrew@linuxjedi.co.uk-20110223170717-g9ua0r6xccyeaqn8
Fix options indexing

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
 
184
184
Options
185
185
-------
 
186
 
 
187
.. program:: dbqp.py
 
188
 
186
189
.. option:: -h, --help
187
190
 
188
191
   show this help message and exit
189
192
 
190
193
Options for the test-runner itself
191
194
----------------------------------
192
 
.. option:: --force             
 
195
 
 
196
.. program:: dbqp.py
 
197
 
 
198
.. option:: --force
193
199
 
194
200
    Set this to continue test execution beyond the first failed test
195
201
 
227
233
 
228
234
Options for controlling which tests are executed
229
235
------------------------------------------------
 
236
 
 
237
.. program:: dbqp.py
 
238
 
230
239
.. option:: --suite=SUITELIST
231
240
 
232
241
   The name of the suite containing tests we want. 
262
271
Options for defining the code that will be under test
263
272
-----------------------------------------------------
264
273
 
 
274
.. program:: dbqp.py
 
275
 
265
276
.. option:: --basedir=BASEDIR   
266
277
 
267
278
   Pass this argument to signal to the test-runner 
285
296
 
286
297
Options for defining the testing environment
287
298
--------------------------------------------
 
299
 
 
300
.. program:: dbqp.py
 
301
 
288
302
.. option:: --testdir=TESTDIR   
289
303
 
290
304
    Path to the test dir, containing additional files for
321
335
 
322
336
Options to pass options on to the server
323
337
-----------------------------------------
 
338
 
 
339
.. program:: dbqp.py
 
340
 
324
341
.. option:: --drizzled=DRIZZLEDOPTIONS
325
342
           
326
343
    Pass additional options to the server.  Will be passed
330
347
 
331
348
Options for defining the tools we use for code analysis (valgrind, gprof, gcov, etc)
332
349
---------------------------------------------------------------------------------------
 
350
 
 
351
.. program:: dbqp.py
 
352
 
333
353
.. option:: --valgrind          
334
354
 
335
355
   Run drizzletest and drizzled executables using
342
362
 
343
363
Options for controlling the use of debuggers with test execution
344
364
------------------------------------------------------------------
 
365
 
 
366
.. program:: dbqp.py
 
367
 
345
368
.. option:: --gdb
346
369
 
347
370
    Start the drizzled server(s) in gdb
350
373
 
351
374
    Allows you to start the drizzled server(s) in gdb
352
375
    manually (in another window, etc
353
 
 
354
 
    
355
 
 
356
 
 
357
 
 
358
 
 
359