vhost: No longer source autotest_common.sh in common.sh
This is now sourced by each of the individual test scripts. Change-Id: I0b4982a96455fcb376310658c1f2ad90a1232379 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/454495 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
ad25a95cfa
commit
7ee6f1f8e5
@ -31,15 +31,6 @@ mkdir -p $TEST_DIR
|
|||||||
#
|
#
|
||||||
source $BASE_DIR/common/autotest.config
|
source $BASE_DIR/common/autotest.config
|
||||||
|
|
||||||
# Trace flag is optional, if it wasn't set earlier - disable it after sourcing
|
|
||||||
# autotest_common.sh
|
|
||||||
if [[ $- =~ x ]]; then
|
|
||||||
source $SPDK_BUILD_DIR/test/common/autotest_common.sh
|
|
||||||
else
|
|
||||||
source $SPDK_BUILD_DIR/test/common/autotest_common.sh
|
|
||||||
set +x
|
|
||||||
fi
|
|
||||||
|
|
||||||
function message()
|
function message()
|
||||||
{
|
{
|
||||||
if ! $SPDK_VHOST_VERBOSE; then
|
if ! $SPDK_VHOST_VERBOSE; then
|
||||||
|
Loading…
Reference in New Issue
Block a user