]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
fuse/runtests: added --tests, renamed --suites
authorrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 16 Oct 2008 14:28:36 +0000 (07:28 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 16 Oct 2008 14:28:36 +0000 (07:28 -0700)
commit5af8eeeb3df504d9569f47a3c46bb009f8b6bb17
tree054e374567fc99caf5a76c9fd0a9e7a53f11cdc8
parent2bcae7501283f950c3eb9dca639c5d199a1ff230
fuse/runtests: added --tests, renamed --suites

changed the --tests option to be --suites, as it takes a prefix, e.g. 'read'
'write' (or 'all', the default) and runs those suites which are applicable to
each implementation being tested.

added a --tests option, which takes a list of tests, e.g. 'read_file_contents'
'write_overlapping_large_writes' and runs all tests specified without regard
to whether the implementation(s) under test are declared to support them.

this is basically to allow a specific test or two to be run, saving time
during development and debugging by not running the entire suite
contrib/fuse/runtests.py