Michal Novák

Results 7 comments of Michal Novák

Experience the same. Copying old `config.xml` to new folder does not help (not even if renamed to `project.xml`). What is even bigger problem for me, I cannot setup my repos...

fix `(void)setuid(getuid());` does not seem to be working with latest gcc compiler http://stackoverflow.com/questions/11888594/ignoring-return-values-in-c I had to change it to `if (setuid(getuid()));`

Hello, thanks for the answer. Yes, it is possible to skip entire test case. But for this two variants of the test case are needed, which leads to duplicated code,...

Thanks for feedback.I believe this limits the usage of the framework in cases similar to one described above (writing one test for different environments). Currently, the only solution (workaround) is...

Thanks. I kind of missed the `bash` solution in your last comment. This certainly solves cases when `bash` is used.

I did following steps Removed `pac` from the system (`sudo apt-get remove pac`) Used https://sourceforge.net/p/pacmanager/bugs/293/#06b8 to build `libgnome2-vte-perl_0.11-1_amd64.deb` (preferably do in some virtual machine, so you do not bring build...

I think I understand you have a reason for this design (need for `container config`), even though it may not be apparent from the outside point of view (in some...