Last fix of testsuite scripts?

This commit is contained in:
Laurent Rineau
2012-11-13 15:12:05 +01:00
parent 7516722c10
commit ff6c7f9436
2 changed files with 2 additions and 0 deletions
@@ -207,6 +207,7 @@ sub install_packages() {
}
close(LOG_CONFLICTS);
unlink 'temppack.tar';
[ -d .git ] && git status --short -b >> .scm-urls
# foreach my $file (sort keys(%files)) {
# print "$files{$file}: $file\n";
# }
@@ -158,6 +158,7 @@ if [ -d "${SOURCES_DIR}/.git" ]; then
git pull
CGAL_GIT_HASH=`git rev-parse HEAD`
popd
SCM=git
else
svn update ${SOURCES_DIR}
CGAL_SVN_REVISION=`svn info ${SOURCES_DIR} | grep Revision | cut -d' ' -f2`