]> code.ossystems Code Review - openembedded-core.git/commit
build-perf-test-wrapper.sh: parse args with getopts
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 19 Aug 2016 10:48:58 +0000 (13:48 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Aug 2016 22:00:08 +0000 (23:00 +0100)
commitb1f77ba41033397a2b25977963682b86f2f76471
tree3046a10f52ba1161d6cd162e27ce42280050b2cb
parente3161654d75dfc3b059c519205b38b26e3ffb215
build-perf-test-wrapper.sh: parse args with getopts

Use getopts for parsing the command line. This changes the usage so that
if a commit (to-be-tested) is defined it must be given by using '-c',
instead of a positional argument.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/contrib/build-perf-test-wrapper.sh