Commit e4c4a0c1 authored by Seth Howell's avatar Seth Howell Committed by Tomasz Zawadzki
Browse files

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: default avatarSeth Howell <seth.howell@intel.com>
Change-Id: I0c673244dfc767c31e646fec980a02ca88be37a8
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2208


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarDarek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Community-CI: Mellanox Build Bot
parent b5eeb44c
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -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