From e734600e0a86109acaa59ae684e6e8d17c0593dc Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Thu, 28 Oct 2010 12:09:43 +0000 Subject: Modified remote test. No review. --- 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 cb57a6e205..3e7ac8c33e 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 cfbee0043a..a4e980eb61 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." -- cgit v1.2.3