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