btrfs-progs: tests: add support for additional command arguments
authorDavid Sterba <dsterba@suse.com>
Tue, 22 Nov 2016 12:32:18 +0000 (13:32 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 23 Nov 2016 10:07:06 +0000 (11:07 +0100)
commit50e742a6b096116b0a0117127127775f8e03bff6
treebd317440e5b03d905b3fbc2fbb76ecdf3f0397c2
parent55db7bf0598ab782d64cd1605a3c9a7162997a54
btrfs-progs: tests: add support for additional command arguments

Add convenient support for extending command arguments, now implemented
for 'btrfs check' to cover the low-memory mode. If defined, arguments
are inserted to any 'btrfs check' command in tests. Exceptions could be
defined in common.local.

Signed-off-by: David Sterba <dsterba@suse.com>
tests/README.md
tests/common
tests/common.local [new file with mode: 0644]