X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fignore-line;fp=t%2Flogs%2Fignore-line;h=e1c6c7e72388ab9d9a463759697b05cf66fa6329;hb=a98be1bc5f253c876681cb133896d72d527fff1c;hp=0000000000000000000000000000000000000000;hpb=fd2822367ae3c4bcc451d2f82e4b1cee87a741d6;p=blhc%2Fblhc.git diff --git a/t/logs/ignore-line b/t/logs/ignore-line new file mode 100644 index 0000000..e1c6c7e --- /dev/null +++ b/t/logs/ignore-line @@ -0,0 +1,10 @@ +dpkg-buildpackage: source package test + + ./prepare-script gcc test-a.c test-b.c test-c.c + +./prepare-script gcc test-a.c +gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -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 --param=ssp-buffer-size=4 -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 --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-c.c