aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRuan HE <ruan.he@orange.com>2016-08-29 11:10:34 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-29 11:10:34 +0000
commit2fe14e43a44c6e4c72d5c65dc84a969b387e91f6 (patch)
treed69ac357976afd5471b4854c5e44eb8bc6bbf070 /tests
parent8de116839d1435f2f064a3ffebe0dc0ba93579b2 (diff)
parentc60040a9f611ca1a22be224375f1f3eed92eed9a (diff)
Merge "Update password to conform to password set in test platform"
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_tests.py b/tests/run_tests.py
index 57ef95bc..2b932036 100755
--- a/tests/run_tests.py
+++ b/tests/run_tests.py
@@ -33,7 +33,7 @@ logger = ft_logger.Logger("moon").getLogger()
def main():
- cmd = "moon test --self"
+ cmd = "moon test --password console --self"
start_time = time.time()