Modified remote test.

No review.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@23391 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
prokopec 2010-10-28 12:09:43 +00:00
parent 7db33862f9
commit 63ba377130
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class ParCollProperties extends Properties("Parallel collections") {
//include(immutable.ParallelRangeCheck)
// parallel immutable hash maps (tries)
//include(immutable.IntIntParallelHashMapCheck)
include(immutable.IntIntParallelHashMapCheck)
// parallel immutable hash sets (tries)

View File

@ -191,7 +191,7 @@ fi
# if it's not the init operation, proceed normally
# push to remote bare repo
git push $LOCATION $LOCATION/master
git push $LOCATION master
if [ $? -ne 0 ]
then
error "Could not push to bare repo."