Skip to content

Commit

Permalink
Add real git clone tests to local checkin-test.py invocation
Browse files Browse the repository at this point in the history
Make the checkin-test.py tests as strong as the Travis CI tests.
  • Loading branch information
bartlettroscoe committed Mar 29, 2019
1 parent e748b15 commit b68e808
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev_testing/crf450/checkin-test-crf450-cmake-3.11.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ echo "
-DTriBITS_ENABLE_Fortran:BOOL=ON
-DTriBITS_CTEST_DRIVER_COVERAGE_TESTS=TRUE
-DTriBITS_CTEST_DRIVER_MEMORY_TESTS=TRUE
-DTriBITS_ENABLE_REAL_GIT_CLONE_TESTS=ON \
" > MPI_DEBUG.config

echo "
Expand All @@ -38,6 +39,7 @@ echo "
-DCMAKE_Fortran_COMPILER=gfortran
-DTriBITS_CTEST_DRIVER_COVERAGE_TESTS=TRUE
-DTriBITS_CTEST_DRIVER_MEMORY_TESTS=TRUE
-DTriBITS_ENABLE_REAL_GIT_CLONE_TESTS=ON \
" > SERIAL_RELEASE.config

# Run checkin-test.py
Expand Down

0 comments on commit b68e808

Please sign in to comment.