~zaspire/cordova-ubuntu-tests/disable-more-tests

« back to all changes in this revision

Viewing changes to tests/autopilot/cordova_ubuntu/tests/test_mobilespec.py

  • Committer: Tarmac
  • Author(s): Víctor R. Ruiz
  • Date: 2013-10-16 22:58:07 UTC
  • mfrom: (23.2.7 cordova-ubuntu-tests)
  • Revision ID: tarmac-20131016225807-fwvfe9veb8993ahb
Fix indent issue.

Approved by PS Jenkins bot, Robert Bruce Park.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        try:
53
53
            while (self.app.process.poll() is None):
54
54
                # Process still running, sleep a bit
55
 
            signal.alarm(0)
56
 
            finished = True
57
 
            if (junitxml_file):
58
 
                self.assert_junitxml_failures(junitxml_file)
 
55
                signal.alarm(0)
 
56
                finished = True
 
57
                if (junitxml_file):
 
58
                    self.assert_junitxml_failures(junitxml_file)
59
59
        except Alarm:
60
60
            # Timeout reached
61
61
            pass