]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/test/rpc_client/rpc_client.sh
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / test / rpc_client / rpc_client.sh
index b85fa2db26f7a15f372b5352d35f6be2a9e61f98..2d20f5b7ca24a2853ae9807a91f85a6f6e3023b8 100755 (executable)
@@ -2,13 +2,8 @@
 
 testdir=$(readlink -f $(dirname $0))
 rootdir=$(readlink -f $testdir/../..)
-
-set -e
-
 source $rootdir/test/common/autotest_common.sh
 
-timing_enter rpc_client
 $rootdir/test/rpc_client/rpc_client_test
-timing_exit rpc_client
 
 trap - SIGINT SIGTERM EXIT