test/nvme: remove pmap call

We added this a long time back when debugging some
multi-process failures.  This adds a lot of output
to the log which isn't helpful anymore.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I4d46b744f30b32fddedc3dae32f40c077717a1bb

Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/453909
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
Jim Harris 2019-05-09 10:03:56 -07:00
parent 1db6c18e60
commit 94e792934b

View File

@ -470,8 +470,6 @@ function start_stub() {
while ! [ -e /var/run/spdk_stub0 ]; do while ! [ -e /var/run/spdk_stub0 ]; do
sleep 1s sleep 1s
done done
# dump process memory map contents to help debug random ASLR failures
pmap -pX $stubpid || pmap -x $stubpid || true
echo done. echo done.
} }