summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-10-28 12:09:43 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-10-28 12:09:43 +0000
commite734600e0a86109acaa59ae684e6e8d17c0593dc (patch)
tree90bdaf8da95e6d6dfef5c3300533b8c701aa05dc
parente077dbb8b994e9470c085431d7a022b870776ff0 (diff)
downloadscala-e734600e0a86109acaa59ae684e6e8d17c0593dc.tar.gz
scala-e734600e0a86109acaa59ae684e6e8d17c0593dc.tar.bz2
scala-e734600e0a86109acaa59ae684e6e8d17c0593dc.zip
Modified remote test.
No review.
-rw-r--r--test/files/scalacheck/parallel-collections/pc.scala2
-rwxr-xr-xtools/remotetest2
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."