# TODO: Scan for open tasks
publishers:
- tap:
- results: 'tap/**/*.tap'
+ results: 'tests/**/*.log'
failed-tests-mark-build-as-failure: true
todo-is-failure: false
- warnings:
<<: *babeltrace_version_buildtype_anchor
publishers:
- tap:
- results: 'tap/**/*.tap'
+ results: 'tests/**/*.log'
failed-tests-mark-build-as-failure: true
todo-is-failure: false
- warnings:
# Run tests
$MAKE check
-$MAKE clean
+# Remove global test suite log file, it confuses the tap parser
+rm -f tests/test-suite.log
# Cleanup rpath in executables and shared libraries
find $WORKSPACE/build/bin -type f -perm -0500 -exec chrpath --delete {} \;