From 76dec549f1d23dab735d25449e86adf164a04459 Mon Sep 17 00:00:00 2001 From: Ben Lau Date: Sun, 14 Aug 2016 11:42:47 -0400 Subject: [PATCH] actually pass along the --no-color config setting --- lettuce/bin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lettuce/bin.py b/lettuce/bin.py index 39283cf02..fe8fd36cb 100755 --- a/lettuce/bin.py +++ b/lettuce/bin.py @@ -120,6 +120,7 @@ def main(args=sys.argv[1:]): base_path, scenarios=options.scenarios, verbosity=options.verbosity, + no_color=options.no_color, random=options.random, enable_xunit=options.enable_xunit, xunit_filename=options.xunit_file,