test: use human readable names in test logs.
Change-Id: I163a7e08bfeff3da2ee627d9fad9f2f1a249c593 Signed-off-by: Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/476820 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com>
This commit is contained in:
parent
3710048472
commit
b8042c3850
@ -570,13 +570,13 @@ function run_test() {
|
|||||||
local test_name="$1"
|
local test_name="$1"
|
||||||
shift
|
shift
|
||||||
echo "************************************"
|
echo "************************************"
|
||||||
echo "START TEST $test_type $*"
|
echo "START TEST $test_type $test_name"
|
||||||
echo "************************************"
|
echo "************************************"
|
||||||
xtrace_restore
|
xtrace_restore
|
||||||
time "$@"
|
time "$@"
|
||||||
xtrace_disable
|
xtrace_disable
|
||||||
echo "************************************"
|
echo "************************************"
|
||||||
echo "END TEST $test_type $*"
|
echo "END TEST $test_type $test_name"
|
||||||
echo "************************************"
|
echo "************************************"
|
||||||
xtrace_restore
|
xtrace_restore
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user