]> code.ossystems Code Review - openembedded-core.git/commit
build-perf-test-wrapper.sh: check for positional arguments
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 29 Sep 2016 17:10:08 +0000 (20:10 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Sep 2016 16:14:12 +0000 (17:14 +0100)
commit4725ee8e4e4837446dfa3a319eb68cc9572c55eb
tree64c5af26ad5c7f27c903975aba4846f1af5c4521
parent072dd5b3b164ca7a5fd9dc969c991c15adeb0cbe
build-perf-test-wrapper.sh: check for positional arguments

Stricter checking of command line arguments. The script doesn't use any
positional arguments so don't accept any and error out if those are
found.

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