- Enable running the testsuite and store results in a gdb-testresults

package.
- Add gdb-rpmlintrc to filter errors about the buildroot mentioned
  in testresult logs.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=104
This commit is contained in:
2014-08-13 11:27:24 +00:00
committed by Git OBS Bridge
parent a1ffb367a0
commit 8c1a3112a4
3 changed files with 32 additions and 2 deletions

6
gdb-rpmlintrc Normal file
View File

@@ -0,0 +1,6 @@
# This line is mandatory to access the configuration functions
from Config import *
# The testresult logs contain part of the build log and thus
# necessarily mention the buildroot
addFilter ("gdb-testresults.*file-contains-buildroot")