Don't leave scala running in interactive mode.
This commit is contained in:
parent
74e9b293e1
commit
2c7c944e96
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue