From 3852afd6d87c7e2047bc6039a963981f79c2ce4e Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Tue, 23 Jun 2020 15:26:04 -0700 Subject: [PATCH] test/nvme: in hotplug test copy lib files. This gets us ready for the case where we want to run with shared objects. Signed-off-by: Seth Howell Change-Id: I84d22cf9def30a27aeb11fcf18eb80080a002ef9 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3021 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins Reviewed-by: Tomasz Zawadzki Reviewed-by: Jim Harris --- test/nvme/hotplug.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/nvme/hotplug.sh b/test/nvme/hotplug.sh index c4494897a..b061cb26d 100755 --- a/test/nvme/hotplug.sh +++ b/test/nvme/hotplug.sh @@ -97,6 +97,8 @@ timing_enter copy_repo files_to_copy="scripts " files_to_copy+="include/spdk/pci_ids.h " files_to_copy+="build/examples/hotplug " +files_to_copy+="build/lib " +files_to_copy+="dpdk/build/lib " ( cd "$rootdir" tar -cf - $files_to_copy