Bug#662716: reveal log files

2012-03-13 Thread Savvas Radevic
On 12 March 2012 23:41, Andres Mejia wrote: > On Fri, Mar 9, 2012 at 12:34 PM, Savvas Radevic wrote: > >> I rather have a patch to libarchive's build system that sets '-v' > >> option for all test programs. > > > > > > I'll read the code and see if I can come up with something. > > > >> > >> Als

Bug#662716: reveal log files

2012-03-12 Thread Andres Mejia
On Fri, Mar 9, 2012 at 12:34 PM, Savvas Radevic wrote: >> I rather have a patch to libarchive's build system that sets '-v' >> option for all test programs. > > > I'll read the code and see if I can come up with something. > >> >> Also, next time, please don't include unrelated changes in your >>

Bug#662716: reveal log files

2012-03-09 Thread Savvas Radevic
> > I rather have a patch to libarchive's build system that sets '-v' > option for all test programs. > I'll read the code and see if I can come up with something. > Also, next time, please don't include unrelated changes in your > patches (I'm referring to the use of '-'). > '-' ignores the ex

Bug#662716: reveal log files

2012-03-08 Thread Andres Mejia
On Mon, Mar 5, 2012 at 6:09 PM, Savvas Radevic wrote: > Package: libarchive > Severity: wishlist > > This patch should reveal log files if any tests fail. > Bad side is that it doesn't fail the build if tests fail. > I tried to use $$? to check the exit status of dh_auto_test > and fail after show

Bug#662716: reveal log files

2012-03-05 Thread Savvas Radevic
Package: libarchive Severity: wishlist This patch should reveal log files if any tests fail. Bad side is that it doesn't fail the build if tests fail. I tried to use $$? to check the exit status of dh_auto_test and fail after showing the log files, but couldn't make it work. Looks like gnu make