aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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 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()