]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/ignore-line-inline
Support ignoring lines by embedding a string in the build log
[blhc/blhc.git] / t / logs / ignore-line-inline
1 dpkg-buildpackage: source package test
2
3 blhc: ignore-line-regexp: \./prepare-script gcc test-[a-z]\.c
4
5     ./prepare-script gcc test-a.c test-b.c test-c.c
6
7 ./prepare-script gcc test-a.c
8 gcc -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.c
9 ./prepare-script gcc test-b.c
10 gcc -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.c
11 ./prepare-script gcc test-c.c
12 gcc -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-c.c