]> code.ossystems Code Review - openembedded-core.git/commit
build-perf-test-wrapper.sh: fix issues with non-existing path arguments
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 27 Jan 2017 13:24:25 +0000 (15:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Feb 2017 04:06:27 +0000 (20:06 -0800)
commitb80aba08ba56c7e8f847966b3593f6cedd1b1ee5
treeeb4ab28e4b1a55d46bcb08645948e0806eb6c893
parent4de387c0cfcb6b58760c6b6e150474abe82bfe4c
build-perf-test-wrapper.sh: fix issues with non-existing path arguments

Without the '-s' option realpath will error out if the given path does
not exist.

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