Re: Buildd-setup faffing around with __FILE__ breaks my unit tests.

2019-02-09 Thread Ximin Luo
Sune Vuorela: > [..] > > My suggestion is to not change the meaning of __FILE__ and instead fix the > programs that uses __FILE__ for something they shouldn't. > You should pass this request to the QT test maintainers. This exact issue came up in december 2017 and they were extremely rude and

Buildd-setup faffing around with __FILE__ breaks my unit tests.

2019-02-09 Thread Sune Vuorela
(Please keep me CC'ed. Not subscribed) The latest incarnations of the reproducible build autobuilder setup passes some options to gcc to not let __FILE__ actualy be the full file path, but some relative path. This breaks at least some of my unit tests. In this case, it is src:kookbook, but th