Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Making sure it runs correctly

...

Code Block
export PYTHONPATH=~/qpid/python  # or wherever you have it
$./run-tests
.........EFF.... /.../ #each . is a test E is an error, F is a fail


#or to do a specific version
$./run-tests
Options:
  ?/-h/-help             : this message
  s/-spec <spec.xml> : URL of AMQP XML specification or one of these abbreviations:
                           0-8 - use the default 0-8 specification.
                           0-9 - use the default 0-9 specification.
                           0-10 - use the default 0-10 specification.
  e/-errata <errata.xml> : file containing amqp XML errata
  b/-broker [<user>/<password>@]<host>:<port> : broker to connect to
  v/-verbose             : verbose - lists tests as they are run.
  d/-debug               : enable debug logging.
  i/-ignore <test>       : ignore the named test.
  I/-ignore-file         : file containing patterns to ignore.
  S/-skip-self-test      : skips the client self tests in the 'tests folder'
  F/-spec-folder         : folder that contains the specs to be loaded

...