mirror of https://github.com/CGAL/cgal
*Really* fix the display of the scm branch in test results
I should have tried the patch locally!
This commit is contained in:
parent
a9cdb27b78
commit
b62ef22288
|
|
@ -298,8 +298,8 @@ for DIR in $TEST_DIRECTORIES ; do
|
|||
echo " Test files from:" >> "$TEST_REPORT"
|
||||
cat .scm-urls >> "$TEST_REPORT"
|
||||
echo >> "$TEST_REPORT"
|
||||
elif [ -f ../../../../.scm-branch ]; then
|
||||
cat ../../../../.scm-branch >> "$TEST_REPORT"
|
||||
elif [ -f ../../../../../.scm-branch ]; then
|
||||
cat ../../../../../.scm-branch >> "$TEST_REPORT"
|
||||
echo >> "$TEST_REPORT"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue