tests/testutils: add directories arg to ls_* functions
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 27 Jun 2014 05:39:15 +0000 (08:39 +0300)
committerJun Wang <junbill.wang@samsung.com>
Wed, 27 Jan 2016 10:59:24 +0000 (18:59 +0800)
commitf8ef6423921a3b0b67f90e8435d16c0506cb9092
tree1037a328b3ad74902acb99816ef68ce0d9a051b6
parent0bfb34fb66e5e438156079d944b7f6fea57b0176
tests/testutils: add directories arg to ls_* functions

With this you can exclude directories from the listing returned by the
ls_tar(), ls_zip() and ls_dir() functions.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>