mirror of https://github.com/CGAL/cgal
Fix the display of the SCM branch in test results
This commit is contained in:
parent
fc520a316c
commit
df833d2fae
|
|
@ -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