tests: return the proper TAP exit code
[babeltrace.git] / pyproject.toml
index e413f22f4e16ed187be43c8f350ee815bd3e200f..2b8c201e44e93f8840d8d2f677926c8e50136c82 100644 (file)
@@ -8,10 +8,11 @@
   '''
   exclude = '''
   (
-       bindings/python/bt2/build/
-     | bindings/python/bt2/setup\.py$
-     | bindings/python/bt2/bt2/native_bt\.py$
-     | bindings/python/bt2/bt2/__init__\.py$
+       src/bindings/python/bt2/build/
+     | src/bindings/python/bt2/setup\.py$
+     | src/bindings/python/bt2/bt2/native_bt\.py$
+     | src/bindings/python/bt2/bt2/version\.py$
+     | tests/utils/python/tap
 
   )
   '''
This page took 0.023674 seconds and 4 git commands to generate.