diff options
author | Thomas Duval <thomas.duval@orange.com> | 2016-08-29 12:02:46 +0200 |
---|---|---|
committer | Thomas Duval <thomas.duval@orange.com> | 2016-08-29 12:02:46 +0200 |
commit | c60040a9f611ca1a22be224375f1f3eed92eed9a (patch) | |
tree | f63d5b5e85c58baf7d89fb57c28a4dbe78063c59 /tests | |
parent | 620dcd96c894db770a7264f6e98da15c7448f9ba (diff) |
Update password to conform to password set in test platform
Change-Id: I9919da5e559a396d54e0f8a24799a096c5b9102f
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_tests.py b/tests/run_tests.py index 4d7eacd8..bef4b6e2 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -26,7 +26,7 @@ logger = ft_logger.Logger("moon").getLogger() def main(): - cmd = "moon test --self" + cmd = "moon test --password console --self" start_time = time.time() |