Skip to content

Commit

Permalink
Stop running scala/scala tests instead of our junit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky committed May 29, 2015
1 parent d471211 commit 3350907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/common
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ update() {
git fetch --tags "https://github.com/$1/$2.git"
(git fetch "https://github.com/$1/$2.git" $4 && git checkout -fq FETCH_HEAD) #|| git checkout -fq $4 # || fallback is for local testing on tag
git reset --hard
cd -
}

export LC_ALL=en_US.UTF-8
Expand Down

0 comments on commit 3350907

Please sign in to comment.