summaryrefslogtreecommitdiff
path: root/other/travis/autotools-script
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2017-03-26 16:15:36 +0000
committeriphydf <iphydf@users.noreply.github.com>2017-03-26 19:03:43 +0000
commitc780d25e3e08267f9c225f8d576892f771db801e (patch)
treeb345eeddb2fbf03e846016ec301a845bb9987988 /other/travis/autotools-script
parent9ff60ceb31a57e95d0498881c36758ad4fbe4ca6 (diff)
Retry autotools tests the same way as cmake tests.
Diffstat (limited to 'other/travis/autotools-script')
-rwxr-xr-xother/travis/autotools-script2
1 files changed, 1 insertions, 1 deletions
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
21 21
22# This runs `make check` with the default configure flags, not with the ones 22# This runs `make check` with the default configure flags, not with the ones
23# above. 23# above.
24make distcheck -j$NPROC -k 24TESTS $MAX_TEST_RETRIES make distcheck -j$NPROC -k