We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc1214 commit 066a7c4Copy full SHA for 066a7c4
a2x.py
@@ -960,4 +960,4 @@ def to_text(self):
960
a2x.load_conf()
961
a2x.execute()
962
except KeyboardInterrupt:
963
- exit(1)
+ sys.exit(1)
tests/testasciidoc.py
@@ -429,7 +429,7 @@ def usage(msg=None):
429
if cmd == 'run':
430
tests.run(number, backend)
431
if tests.failed or tests.warned or tests.skipped:
432
433
elif cmd == 'update':
434
tests.update(number, backend, force=force)
435
elif cmd == 'list':
0 commit comments