jjb: use bundler in lttng-www
[lttng-ci.git] / scripts / binutils-gdb / build.sh
index 828a09fce7746dcefa5e1e2ac80ef1da36d4a0a5..fb42965d8009a153f0419513473ef9dae770a7b7 100755 (executable)
@@ -624,6 +624,7 @@ EOF
 
 known_failures_file="known-failures-${target_board}"
 grep --invert-match --fixed-strings --file="$known_failures_file"  "${WORKSPACE}/results/gdb.sum" > "${WORKSPACE}/results/gdb.filtered.sum"
+grep --extended-regexp --regexp="^(FAIL|XPASS|UNRESOLVED|DUPLICATE):" "${WORKSPACE}/results/gdb.filtered.sum" > "${WORKSPACE}/results/gdb.fail.sum" || true
 
 # For informational purposes: check if some known failure lines did not appear
 # in the gdb.sum.
This page took 0.022386 seconds and 4 git commands to generate.