Changes between Version 64 and Version 65 of AdvancedInstall


Ignore:
Timestamp:
2013-08-31T15:07:11Z (11 years ago)
Author:
daira
Comment:

say that 'python setup.py trial' is only for backward compatibility

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedInstall

    v64 v65  
    242242  some tests may fail). It accepts all of the same options as Twisted's {{{trial}}}
    243243  script; use {{{bin/tahoe debug trial --help}}} to see help for these.
    244 * {{{python setup.py trial}}} does the same thing as {{{bin/tahoe debug trial}}},
    245   although it doesn't support all of the {{{trial}}} options (and the test suite
    246   must be specified using {{{-s}}}). It's supported mainly for backward
    247   compatibility.
    248244* {{{make test}}} does the same thing as {{{python setup.py test}}}.
    249245* {{{make quicktest}}} does the same thing as {{{bin/tahoe debug trial}}}.
    250246
    251 Running {{{trial}}} directly is not supported because it will not necessarily
     247The following way of running tests is supported only for backward compatibility:
     248* {{{python setup.py trial}}} does almost the same thing as {{{bin/tahoe debug trial}}},
     249  but doesn't support all of the {{{trial}}} options, and the test suite must be
     250  specified using {{{-s}}}).
     251
     252Running {{{trial}}} directly is ''not'' supported, because it will not necessarily
    252253put the correct libraries (the same ones that would be used by {{{bin/tahoe}}})
    253254on Python's {{{sys.path}}}.