]> code.ossystems Code Review - openembedded-core.git/commit
oe-build-perf-test: pre-check Git repo when using --commit-results
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 15 Aug 2016 10:38:43 +0000 (13:38 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Aug 2016 22:00:02 +0000 (23:00 +0100)
commit759357a3bdbe75a3409b9e58979ab8b45d9b6ae8
tree9fb71aff4800f6f0276151991337d142ddfbdb78
parentc848e1dac68cd859a563a82286f8bc5ddabaa423
oe-build-perf-test: pre-check Git repo when using --commit-results

Do a pre-check on the path that is specified with --commit-results
before running any tests. The script will create and/or initialize a
fresh Git repository if the given directory does not exist or if it is
an empty directory. It fails if it finds a non-empty directory that is
not a Git repository.

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