Skip to content

Commit c0eff97

Browse files
committed
Ouch... remove comment that broke compilation.
1 parent c48c429 commit c0eff97

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

scripts/common

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ update() {
99
git fetch --tags "https://github.com/$1/$2.git"
1010
(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
1111
git reset --hard
12+
echo updated $1/$2:$4 under $3. Last commits:
13+
git log --pretty=format:"%h - %an, %ar : %s" -n 10 # show last commits
1214
cd -
1315
}
1416

scripts/jobs/validate/junit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ baseDir=${WORKSPACE-`pwd`}
44
scriptsDir="$baseDir/scripts"
55
. $scriptsDir/common
66

7+
git log --pretty=format:"%h - %an, %ar : %s" -n 10
78
update DarkDimius scala scala-scala dotty-library
89
sbt $sbtArgs update compile test

scripts/jobs/validate/partest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ baseDir=${WORKSPACE-`pwd`}
44
scriptsDir="$baseDir/scripts"
55
. $scriptsDir/common
66

7-
sbt $sbtArgs update compile "partest-only --show-diff --verbose"
7+
git log --pretty=format:"%h - %an, %ar : %s" -n 10
8+
9+
sbt $sbtArgs update compile "partest-only run --show-diff --verbose"
810

test/dotc/tests.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,5 +217,4 @@ class tests extends CompilerTest {
217217
val javaDir = "./tests/pos/java-interop/"
218218
@Test def java_all = compileFiles(javaDir, twice)
219219
//@Test def dotc_compilercommand = compileFile(dotcDir + "config/", "CompilerCommand")
220-
*/
221220
}

0 commit comments

Comments
 (0)