From 63ba3771306e658303beef2bf1993dcc74e34c59 Mon Sep 17 00:00:00 2001 From: prokopec Date: Thu, 28 Oct 2010 12:09:43 +0000 Subject: [PATCH] Modified remote test. No review. git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@23391 5e8d7ff9-d8ef-0310-90f0-a4852d11357a --- test/files/scalacheck/parallel-collections/pc.scala | 2 +- tools/remotetest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/files/scalacheck/parallel-collections/pc.scala b/test/files/scalacheck/parallel-collections/pc.scala index 600b142d2..0c05a3364 100644 --- a/test/files/scalacheck/parallel-collections/pc.scala +++ b/test/files/scalacheck/parallel-collections/pc.scala @@ -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) diff --git a/tools/remotetest b/tools/remotetest index cfbee0043..a4e980eb6 100755 --- a/tools/remotetest +++ b/tools/remotetest @@ -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."