Hi, If you want to find the results from tiobench, you currently have to dig through debug logs. This should be an improvement on that.
Cheers, Jeff Signed-off-by: Jeff Moyer <[email protected]> diff --git a/client/tests/tiobench/tiobench.py b/client/tests/tiobench/tiobench.py index e0693aa..aae14f2 100644 --- a/client/tests/tiobench/tiobench.py +++ b/client/tests/tiobench/tiobench.py @@ -29,4 +29,5 @@ class tiobench(test.test): self.args = args os.chdir(self.srcdir) - utils.system('./tiobench.pl --dir %s %s' %(self.dir, self.args)) + self.results.append( + utils.system('./tiobench.pl --dir %s %s' %(self.dir, self.args))) _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
