From 26e97d328b4c4e8d7b8a30120ac2a8dd51295c91 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 7 Jan 2018 13:44:38 +0000 Subject: test suite: gnupg: Have three goes, rather than two The retry strategy is, empirically, fairly successful. But the failure probability is still high enough to be a real nuisance. Let's try running it a 3rd time if the second fails. Maybe this will reduce the overall impact. Signed-off-by: Ian Jackson --- tests/tstunt/gpg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tstunt') diff --git a/tests/tstunt/gpg b/tests/tstunt/gpg index a108267..892b9c8 100755 --- a/tests/tstunt/gpg +++ b/tests/tstunt/gpg @@ -1,7 +1,7 @@ #!/bin/sh set -e -for attempt in '' exec; do +for attempt in '' ' ' exec; do set +e $attempt \ -- cgit v1.2.3