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 <seth.howell@intel.com>
Change-Id: I84d22cf9def30a27aeb11fcf18eb80080a002ef9
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3021
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Seth Howell 2020-06-23 15:26:04 -07:00 committed by Tomasz Zawadzki
parent 36e140b89e
commit 3852afd6d8

View File

@ -97,6 +97,8 @@ timing_enter copy_repo
files_to_copy="scripts " files_to_copy="scripts "
files_to_copy+="include/spdk/pci_ids.h " files_to_copy+="include/spdk/pci_ids.h "
files_to_copy+="build/examples/hotplug " files_to_copy+="build/examples/hotplug "
files_to_copy+="build/lib "
files_to_copy+="dpdk/build/lib "
( (
cd "$rootdir" cd "$rootdir"
tar -cf - $files_to_copy tar -cf - $files_to_copy