test: find $BUILD_DIR in test-functions, remove from other scripts
authorDan Streetman <ddstreet@canonical.com>
Tue, 17 Nov 2020 20:39:37 +0000 (15:39 -0500)
committerDan Streetman <ddstreet@canonical.com>
Tue, 26 Jan 2021 22:09:48 +0000 (17:09 -0500)
commit12d31e4ea50583c2aa39573f3d544f08492d5d61
treeb68de25508b77d1e38a9f4d3fae89a71f232e025
parent42f3b48c975bd45b489dff08df5e374d3e3bfb5f
test: find $BUILD_DIR in test-functions, remove from other scripts

The $BUILD_DIR is only used in test-functions, and doesn't need to
be specified in any other scripts. Additionally, to be able to allow
the integration test suite to be run against locally installed binaries,
instead of built binaries, moving BUILD_DIR logic completely into
test-functions allows later patches to be simpler.
test/README.testsuite
test/TEST-01-BASIC/Makefile
test/TEST-52-HONORFIRSTSHUTDOWN/Makefile
test/run-integration-tests.sh
test/test-functions