unit-test: Run repo specific CI scripts

Allow repositories to have custom CI tests that aren't based on C++ unit
tests by finding and running any 'run-ci.sh' scripts found in the
repository.  A nonzero exit status will fail the test.

The script will be run with the 'sh' command with the base directory of
the repository as the current working directory.

Change-Id: I87db4d34b6e1db9472c9b97241ce771eeab3fa7c
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
1 file changed