diff options
Diffstat (limited to 'scripts/test/shared.py')
-rw-r--r-- | scripts/test/shared.py | 4 |
1 files changed, 2 insertions, 2 deletions
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.') |