Hi Lucas As your patch: [PATCH 3/3] client.tests: Make test src dir configurable all self.srcdir has changed into tmpdir if not set,That cause some problems. Many tests has source code ,some maybe compressed file with .tar.bz2, while others just in the src folder under bindir. For the compressed file,many of them seems work,because it can be extracted to self.srcdir which points to tmpdir, but for src folder,it always don't work, with the error :No such file or dir,because the self.srcdir doesn't point to the src folder. Need to copy to tmpdir in every test which has src folder? I think it isn't the best. How do we need to solve the problem for the best way?
Thanks Mike _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
