summaryrefslogtreecommitdiff
path: root/scripts/test/shared.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2017-09-16 10:05:32 -0700
committerGitHub <noreply@github.com>2017-09-16 10:05:32 -0700
commit34eec4675a3f17a7983d5c470850bf1ab33e471e (patch)
tree80e92bc9c4fd5b48c01dd708ff6df0dbcb58b228 /scripts/test/shared.py
parent9f4e3288c17a48186b959648fedb93b9a226ef9f (diff)
downloadbinaryen-34eec4675a3f17a7983d5c470850bf1ab33e471e.tar.gz
binaryen-34eec4675a3f17a7983d5c470850bf1ab33e471e.tar.bz2
binaryen-34eec4675a3f17a7983d5c470850bf1ab33e471e.zip
default waterfall testing to off (#1186)
Diffstat (limited to 'scripts/test/shared.py')
-rw-r--r--scripts/test/shared.py4
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.')