Skip to content

Commit c64cc1e

Browse files
authored
Merge pull request #406 from sourceryinstitute/safer-prereq-urls
Safer prereq urls
2 parents 68ea99b + 69ae759 commit c64cc1e

File tree

7 files changed

+8
-386
lines changed

7 files changed

+8
-386
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
global:
88
- CACHE="${HOME}/.local"
99
- MPICH_VER="3.2"
10-
- MPICH_URL_HEAD="http://www.mpich.org/static/downloads/${MPICH_VER}"
10+
- MPICH_URL_HEAD="https://www.mpich.org/static/downloads/${MPICH_VER}"
1111
- MPICH_URL_TAIL="mpich-${MPICH_VER}.tar.gz"
1212
- MPICH_DIR="${HOME}/.local/usr/mpich"
1313
- MPICH_GCC6_BOT_URL_HEAD="https://github.com/sourceryinstitute/OpenCoarrays/files/979804/"

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,7 @@ if(opencoarrays_aware_compiler)
594594
# No other way to check that image_fail_test_1 passes.
595595
if ((NOT $ENV{TRAVIS}) OR (CAF_RUN_DEVELOPER_TESTS OR $ENV{OPENCOARRAYS_DEVELOPER}))
596596
add_fault_tolerant_mpi_test(image_fail_test_1 4 ${tests_root}/unit/fail_images/image_fail_test_1)
597-
set_property(TEST image_fail_test_1 PROPERTY FAIL_REGULAR_EXPRESSION "Test failed")
598-
set_property(TEST image_fail_test_1 PROPERTY PASS_REGULAR_EXPRESSION "Test passed")
597+
set_property(TEST image_fail_test_1 PROPERTY FAIL_REGULAR_EXPRESSION "Test failed.")
599598
add_fault_tolerant_mpi_test(image_fail_and_sync_test_1 4 ${tests_root}/unit/fail_images/image_fail_and_sync_test_1)
600599
add_fault_tolerant_mpi_test(image_fail_and_sync_test_2 4 ${tests_root}/unit/fail_images/image_fail_and_sync_test_2)
601600

doc/robodoc.css

Lines changed: 0 additions & 309 deletions
This file was deleted.

doc/robodoc.rc

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)