summaryrefslogtreecommitdiff
path: root/test/files/run/t7634.scala
Commit message (Collapse)AuthorAgeFilesLines
* fix t7634 to work on CygwinSeth Tisue2015-10-081-1/+1
| | | | | | | | | | | this was failing because the expected output was: res1: List[String] = List(shello, world.) but the actual output was: res1: List[String] = List(shello, world., Picked up _JAVA_OPTIONS: -Duser.home=y:\jenkins) but the "Picked up..." part caused partest's filters feature to ignore the entire line (it doesn't anchor matches to start of line.) This was a tough one to track down.
* SI-7634 resurrect the REPL's :sh commandAntoine Gourlay2013-11-061-0/+22
ProcessResult had a companion object in 2.10 that somehow disappeared in 2.11. It only called "new ProcessResult(...)", so the REPL might just as well do that.