]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/ignore-line-inline
Support ignoring lines by embedding a string in the build log
[blhc/blhc.git] / t / logs / ignore-line-inline
diff --git a/t/logs/ignore-line-inline b/t/logs/ignore-line-inline
new file mode 100644 (file)
index 0000000..fea3fa1
--- /dev/null
@@ -0,0 +1,12 @@
+dpkg-buildpackage: source package test
+
+blhc: ignore-line-regexp: \./prepare-script gcc test-[a-z]\.c
+
+    ./prepare-script gcc test-a.c test-b.c test-c.c
+
+./prepare-script gcc test-a.c
+gcc -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.c
+./prepare-script gcc test-b.c
+gcc -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.c
+./prepare-script gcc test-c.c
+gcc -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-c.c