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:
parent
7db33862f9
commit
63ba377130
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in New Issue