]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:03:48 +0000 (23:03 +0100)
commitdc3025215bbdcfce9ab08ba621335f6feabe5097
treee17077c6735139248a303430f8873a2c7d0c3af3
parent7155a9b64d859962b66e338703ff83e1a5040b32
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.

(From OE-Core rev: b1f77ba41033397a2b25977963682b86f2f76471)

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