From 7ee6f1f8e5a18ec3a2d00d1193f407cf735f06f9 Mon Sep 17 00:00:00 2001 From: Ben Walker Date: Fri, 10 May 2019 11:17:16 -0700 Subject: [PATCH] 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 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/454495 Tested-by: SPDK CI Jenkins Reviewed-by: Darek Stojaczyk Reviewed-by: Jim Harris --- test/vhost/common.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test/vhost/common.sh b/test/vhost/common.sh index a166abfd6..0e2411a2d 100644 --- a/test/vhost/common.sh +++ b/test/vhost/common.sh @@ -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