| commit | 90b106a0d06b61bf41ccc7cf7c2cbbd50b0718f3 | [log] [tgz] |
|---|---|---|
| author | William A. Kennington III <wak@google.com> | Wed Feb 06 18:08:24 2019 -0800 |
| committer | Andrew Geissler <geissonator@yahoo.com> | Tue Feb 12 16:42:00 2019 +0000 |
| tree | f25b899e0183fbe56eeb9e3882fb26908628edc4 | |
| parent | 1fddb973763e440117d8109eeeeaca67efcf43cc [diff] |
scripts/unit-test: Remove confusing directory references
Many of the directory references passed around during make stages are
confusing because some of the logic uses the passed directory but
executed commands are using the current working directory. This change
makes the behavior of using the current working directory consistent for
executions of make and cppcheck.
Tested:
Ran through unit tests for an automake project (phosphor-networkd)
and a recently converted meson project (sdeventplus) to make sure it
still executes the commands as expected.
Change-Id: I2160bbc1f5f94e460192a43c82663225286539b9
Signed-off-by: William A. Kennington III <wak@google.com>
Build script for CI jobs in Jenkins.