Commit 7ee6f1f8 authored by Ben Walker's avatar Ben Walker Committed by Darek Stojaczyk
Browse files

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: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/454495


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarDarek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent ad25a95c
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -31,15 +31,6 @@ mkdir -p $TEST_DIR
#
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()
{
	if ! $SPDK_VHOST_VERBOSE; then