Don't leave scala running in interactive mode.

This commit is contained in:
Christian 2013-04-23 22:56:18 -04:00
parent 74e9b293e1
commit 2c7c944e96
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
+ except (CalledProcessError, OSError):
+ pass
+ try:
+ self.runcmd('scala -target:jvm-1.6', quiet=True)
+ self.runcmd('scala -target:jvm-1.6 -version', quiet=True)
+ results.append('')
+ except (CalledProcessError, OSError):
+ self.logger.info('"scala" does not support jvm-1.6 target, it is out of date. Ignoring')