From 34eec4675a3f17a7983d5c470850bf1ab33e471e Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sat, 16 Sep 2017 10:05:32 -0700 Subject: default waterfall testing to off (#1186) --- scripts/test/shared.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/test/shared.py') diff --git a/scripts/test/shared.py b/scripts/test/shared.py index 2ff0be355..915cd65e8 100644 --- a/scripts/test/shared.py +++ b/scripts/test/shared.py @@ -25,9 +25,9 @@ parser.add_argument( help='If enabled, only fetches the waterfall build. Default: false.') parser.add_argument( '--test-waterfall', dest='test_waterfall', action='store_true', - default=True, + default=False, help=('If enabled, fetches and tests the LLVM waterfall builds.' - ' Default: true.')) + ' Default: false.')) parser.add_argument( '--no-test-waterfall', dest='test_waterfall', action='store_false', help='Disables downloading and testing of the LLVM waterfall builds.') -- cgit v1.2.3