Skip to content

Commit

Permalink
Fix missing headers in the test results of Linux platforms that use C…
Browse files Browse the repository at this point in the history
…Test
  • Loading branch information
SaillantNicolas committed Sep 18, 2023
1 parent d81209b commit bf98f16
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 bf98f16

Please sign in to comment.