test/ocf: print just basename of test script for timing
Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I3392956a841d7c4c2e8748940b7e1d7838bdb5d2 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/454359 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
parent
27ddbb7393
commit
b883f3a036
@ -7,9 +7,9 @@ source $rootdir/test/common/autotest_common.sh
|
||||
|
||||
function suite()
|
||||
{
|
||||
timing_enter "$@"
|
||||
timing_enter $(basename $@)
|
||||
run_test suite "$@"
|
||||
timing_exit "$@"
|
||||
timing_exit $(basename $@)
|
||||
}
|
||||
|
||||
timing_enter ocf
|
||||
|
Loading…
Reference in New Issue
Block a user