~ubuntu-branches/debian/experimental/nuitka/experimental

« back to all changes in this revision

Viewing changes to tests/basics/run_xml.py

  • Committer: Package Import Robot
  • Author(s): Kay Hayen
  • Date: 2014-10-05 19:28:20 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20141005192820-s06oca9rty517iy8
Tags: 0.5.5+ds-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
        )
94
94
 
95
95
        if result == 2:
96
 
            sys.stderr.write( "Interruped, with CTRL-C\n" )
 
96
            sys.stderr.write( "Interrupted, with CTRL-C\n" )
97
97
            sys.exit( 2 )
98
98
 
99
99
        if result != 0 and search_mode: