From 00f320222b1f6dac836f3dc365a76eb8984b698c Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 4 Nov 2015 09:01:16 -0700 Subject: [PATCH] Provide a default for --timeout Signed-off-by: Zack Cerza --- scripts/results.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/results.py b/scripts/results.py index 7ff01e98ed..646a7220a8 100644 --- a/scripts/results.py +++ b/scripts/results.py @@ -8,8 +8,8 @@ optional arguments: -v, --verbose be more verbose --dry-run Instead of sending the email, just print it --email EMAIL address to email test failures to - --timeout TIMEOUT how many seconds to wait for all tests to finish (default - no wait) + --timeout TIMEOUT how many seconds to wait for all tests to finish + [default: 0] --archive-dir DIR path under which results for the suite are stored --name NAME name of the suite """ -- 2.39.5