Merge branch 'recfun' of gitlab.epfl.ch:lamp/student-repositories-f19/cs210-beauvill into recfun
Submiting week 1 homework
This commit is contained in:
commit
ea78283b81
@ -30,9 +30,4 @@ grade:
|
|||||||
- cp submission.jar /shared/submission/submission.jar
|
- cp submission.jar /shared/submission/submission.jar
|
||||||
script:
|
script:
|
||||||
- cd /grader
|
- cd /grader
|
||||||
- /grader/grade > result.json
|
- /grader/grade | /grader/feedback-printer
|
||||||
- cat result.json | /grader/feedback-printer
|
|
||||||
artifacts:
|
|
||||||
expire_in: 7 days
|
|
||||||
paths:
|
|
||||||
- /grader/result.json
|
|
||||||
|
|||||||
@ -53,7 +53,7 @@ object StudentTasks extends AutoPlugin {
|
|||||||
throw new MessageOnlyException(s"Could not find tests JarFile: $testSuiteJar")
|
throw new MessageOnlyException(s"Could not find tests JarFile: $testSuiteJar")
|
||||||
}
|
}
|
||||||
|
|
||||||
val classPath = s"${(Test / dependencyClasspath).value.map(_.data).mkString(":")}:$testSuiteJar"
|
val classPath = s"${(Test / dependencyClasspath).value.map(_.data).mkString(File.pathSeparator)}${File.pathSeparator}$testSuiteJar"
|
||||||
val junitProcess =
|
val junitProcess =
|
||||||
Fork.java.fork(
|
Fork.java.fork(
|
||||||
ForkOptions(),
|
ForkOptions(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user