aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run_tests.py
diff options
context:
space:
mode:
authorThomas Duval <thomas.duval@orange.com>2016-08-29 12:02:46 +0200
committerThomas Duval <thomas.duval@orange.com>2016-09-20 10:38:36 +0200
commitad9574a7ae5d311789faa74fa6d72b00aa99db0b (patch)
treeb4e7f5aa27d66c0d91d13225af5d1900173ae7e7 /tests/run_tests.py
parentc0b55911d6a97ff6d40054351690f679358f0763 (diff)
Update password to conform to password set in test platform
Change-Id: I9919da5e559a396d54e0f8a24799a096c5b9102f (cherry picked from commit c60040a9f611ca1a22be224375f1f3eed92eed9a)
Diffstat (limited to 'tests/run_tests.py')
-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()