summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-818628-unreadable-source
AgeCommit message (Collapse)Author
2016-03-19cachefile: Only set members that were initialized successfullyJulian Andres Klode
Otherwise, things will just start failing later down the stack, because (a) the lazy getters do not check if building was successful and (b) any further getter call would return the invalid object anyway. Also initialize VS in pkgCache to nullptr by default. Closes: #818628