This reverts commit da99d336fa6dedb378affdf50dea163939e8c8a1. Which completely breaks the ./piglit command. I'll try a different approach. sigh
Signed-off-by: Dylan Baker <[email protected]> --- piglit | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/piglit b/piglit index 4bc7555..05fff14 100755 --- a/piglit +++ b/piglit @@ -121,7 +121,6 @@ def main(): input_ = sys.argv[1:] parser = argparse.ArgumentParser() - parser.set_defaults(func=lambda *_, **__: parser.print_help()) subparsers = parser.add_subparsers() print_cmd = subparsers.add_parser('print-cmd', add_help=False, -- git-series 0.8.10 _______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
