tools: tests: pass command-line arguments to the underlying bats script
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 6 Aug 2019 15:52:56 +0000 (17:52 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 6 Aug 2019 15:59:35 +0000 (17:59 +0200)
commitd5f60270f4bb7fdcb6c87fe20ef2267c3431b873
treea362681567d6ab7c5c91c29be1856e0c1e362ffc
parentf52e12eafd17eba51fadd12b33e00fea31d31d83
tools: tests: pass command-line arguments to the underlying bats script

Command-line arguments need to be forwarded to the bats test-suite if
we want to control bats' execution.

Fixes: f52e12eafd17 ("tools: tests: run the bats script indirectly from a shell script")
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
tools/gpio-tools-test.sh