On Thu, Oct 19, 2017 at 06:10:02PM +0530, Harsha Sharma wrote: > Print errors and total no of tests and tests passed for testfile argument. > Print total no. of testfiles, total no. of tests and total no. of tests > passed for "all" argument. > For e.g. : > sudo ./xlate-test.py --all (adds this line in end with whole output) Why we need --all? Don't we print a line for each test that we run to report that it is OK? I mean: # python nft-test.py any/fwd.t: OK any/rt.t: OK ... What I would like to see is that xlate-test.py behaves just like nft-tests.py in what it prints. Let me know, thanks! > 64 test file, 246 tests, 242 tests passed > > sudo ./xlate-test.py libxt_ipcomp.txlate > 1 test file, 2 tests, 2 tests passed -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html