test/nvme-cli: enable shell script tracing

Make it possible to tell what is going on in the test.

Change-Id: I8331f155367d7b14a788c91d3d2a34e1f82b3860
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/402379
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Daniel Verkamp 2018-03-02 14:17:57 -07:00 committed by Jim Harris
parent cd34605b6f
commit faf87b0ccd

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
set -ex
testdir=$(readlink -f $(dirname $0))
rootdir=$(readlink -f $testdir/../../..)