Skip to content

Commit

Permalink
fixed scala#12962
Browse files Browse the repository at this point in the history
  • Loading branch information
magnolia-k committed Jul 7, 2021
1 parent f9c9421 commit b7ac7e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Test
run: |
./project/scripts/sbt ";compile ;test"
./project/scripts/sbt ";compile ;dist/pack ;test"
./project/scripts/cmdTests
test:
Expand Down
1 change: 1 addition & 0 deletions compiler/test/dotty/tools/scripting/ClasspathTests.scala
Expand Up @@ -44,6 +44,7 @@ class ClasspathTests:
}
val bytes = (lines.mkString("\n")+"\n").getBytes
Files.write(scriptCopy, bytes)
scriptCopy.toFile.setExecutable(true)

scriptCopy

Expand Down

0 comments on commit b7ac7e2

Please sign in to comment.