test/make: remove old suppressions.

The old suppressions were only relevant for the 20.01 release.
We will have new suppressions in the new release though,
so leave the plumbing to write out suppressions.

Signed-off-by: Seth Howell <seth.howell@intel.com>
Change-Id: I0c673244dfc767c31e646fec980a02ca88be37a8
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2208
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Community-CI: Mellanox Build Bot
This commit is contained in:
Seth Howell 2020-05-06 12:57:04 -07:00 committed by Tomasz Zawadzki
parent b5eeb44cb4
commit e4c4a0c191

View File

@ -27,22 +27,6 @@ function confirm_abi_deps() {
fi
cat << EOF > ${suppression_file}
[suppress_variable]
name = SPDK_LOG_BDEV
[suppress_variable]
name = SPDK_LOG_BLOBFS_BDEV
[suppress_variable]
name = SPDK_LOG_BLOBFS_BDEV_RPC
[suppress_variable]
name = SPDK_LOG_APP_RPC
[suppress_variable]
name = SPDK_LOG_FTL_CORE
[suppress_variable]
name = SPDK_LOG_FTL_INIT
[suppress_variable]
name = SPDK_LOG_ISCSI
[suppress_variable]
name = SPDK_LOG_SCSI
EOF