Skip to content

Commit

Permalink
Merge pull request #146 from SaillantNicolas/Fix_missing_headers_in_t…
Browse files Browse the repository at this point in the history
…estresults_LinuxCTest

Fix missing headers in the test results of Linux platforms that use CTest
  • Loading branch information
lrineau authored Sep 18, 2023
2 parents 02cbbc3 + bf98f16 commit 3923ca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run-testsuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ grep -e "^-- USING " "${CGAL_TESTRESULTS}installation.log"|sort -u >> $RESULT_FI
sed -i -E 's/(^-- USING )(DEBUG|RELEASE) (CXXFLAGS)/\1\3/' $RESULT_FILE
echo "------------" >> "$RESULT_FILE"
touch ../../../../../.scm-branch
cat /mnt/testsuite/.scm-branch >> ../../../../../.scm-branch
python3 ${CGAL_RELEASE_DIR}test/parse-ctest-dashboard-xml.py $CGAL_TESTER $PLATFORM

for file in $(ls|grep _Tests); do
Expand Down

0 comments on commit 3923ca1

Please sign in to comment.