From c780d25e3e08267f9c225f8d576892f771db801e Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 26 Mar 2017 16:15:36 +0000 Subject: Retry autotools tests the same way as cmake tests. --- other/travis/autotools-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/travis/autotools-script') diff --git a/other/travis/autotools-script b/other/travis/autotools-script index 026967b7..d97b15b3 100755 --- a/other/travis/autotools-script +++ b/other/travis/autotools-script @@ -21,4 +21,4 @@ make -j$NPROC -k # This runs `make check` with the default configure flags, not with the ones # above. -make distcheck -j$NPROC -k +TESTS $MAX_TEST_RETRIES make distcheck -j$NPROC -k -- cgit v1.2.3