test/common: Don't override autorun-spdk.conf
Change-Id: I1b75ffaccdf909ce1ce11f4464efdd539a7754a7 Signed-off-by: Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.gerrithub.io/408410 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
d5a9fca816
commit
9acb995ede
@ -235,7 +235,8 @@ sudo make install
|
||||
# probably best to only run the tests that you believe your changes have modified along with
|
||||
# Scanbuild and check format. This is because running the whole suite of tests in series can
|
||||
# take ~40 minutes to complete.
|
||||
cat > ~/autorun-spdk.conf << EOF
|
||||
if [ ! -e ~/autorun-spdk.conf ]; then
|
||||
cat > ~/autorun-spdk.conf << EOF
|
||||
# assign a value of 1 to all of the pertinent tests
|
||||
SPDK_BUILD_DOC=1
|
||||
SPDK_BUILD_IOAT_KMOD=1
|
||||
@ -261,3 +262,4 @@ SPDK_TEST_LVOL=1
|
||||
SPDK_RUN_ASAN=1
|
||||
SPDK_RUN_UBSAN=1
|
||||
EOF
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user