Skip to content

Commit

Permalink
horny fix for running 'check syntax' command as 1st command after sub…
Browse files Browse the repository at this point in the history
…lime lunch
  • Loading branch information
maltize committed Mar 22, 2012
1 parent 17c85e6 commit 8fca871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_ruby_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ def run(self, args):
class VerifyRubyFile(BaseRubyTask):
def is_enabled(self): return 'verify_syntax' in self.file_type().features()
def run(self, args):
self.load_config()
file = self.file_type()
command = file.verify_syntax_command()
if command:
Expand Down

0 comments on commit 8fca871

Please sign in to comment.