9 lines
280 B
Plaintext
9 lines
280 B
Plaintext
|
# This line is mandatory to access the configuration functions
|
||
|
from Config import *
|
||
|
|
||
|
addFilter(".* shared-lib-calls-exit")
|
||
|
#dapl is unique: differently named packages contain the same
|
||
|
#shared library but one compiled with tracing enabled.
|
||
|
|
||
|
addFilter(".* shlib-policy-name-error")
|