From 6170167486345ebffa0bd1dd32106b63917ab36c Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Fri, 29 May 2015 14:32:49 +0200 Subject: [PATCH] Stop running scala/scala tests instead of our junit tests. --- scripts/common | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/common b/scripts/common index 50b13f8d7c81..4924538f08b0 100755 --- a/scripts/common +++ b/scripts/common @@ -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