File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ pipeline:
1313 image : lampepfl/dotty:2017-10-20
1414 commands :
1515 - cp -R . /tmp/1/ && cd /tmp/1/
16- - ./project/scripts/sbt ";compile ;testAll ;dotty-bench/jmh:run 1 1 tests/run/arrays .scala"
16+ - ./project/scripts/sbt ";compile ;testAll ;dotty-bench/jmh:run 1 1 tests/pos/alias .scala"
1717
1818 test_bootstrapped :
1919 group : test
2020 image : lampepfl/dotty:2017-10-20
2121 commands :
2222 - cp -R . /tmp/2/ && cd /tmp/2/
23- - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/testAll ;dotty-bench-bootstrapped/jmh:run 1 1 tests/run/arrays .scala"
23+ - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/testAll ;dotty-bench-bootstrapped/jmh:run 1 1 tests/pos/alias .scala"
2424
2525 test_optimised :
2626 group : test
You can’t perform that action at this time.
0 commit comments