-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CTest driver: Fix passing in list of extra repos separated with ','
This is needed to fix the 'make dashboard' target. After the refactoring in TriBITS #73, the 'make dashboard' target was broken. It was only processing the first POST extra repo. This was due to the code not splitting the list of extra repos coming from the 'make dashboard' target correctly. We don't have any direct 'make dashboard' tests but I was able to add tests for the TribitsCTestDriverCore.cmake file that exposed the defect and fix the problem. The fix was a simple split of the lists. I also improved the printout of the ignore of NOPACKAGES repos a little. Build/Test Cases Summary Enabled Packages: TriBITS, CTeuchos, ForTeuchos 0) MPI_RELEASE_DEBUG_SHARED => passed: passed=202,notpassed=0 (3.99 min)
- Loading branch information
Roscoe A. Bartlett
committed
Jul 17, 2015
1 parent
50f99b8
commit 4b02319
Showing
3 changed files
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters