Skip to content
Snippets Groups Projects
Commit c1a3b151 authored by Simon Heimberg's avatar Simon Heimberg
Browse files

tests: do exclude what is expected

parent 249cc4ec
No related branches found
No related tags found
No related merge requests found
......@@ -543,7 +543,7 @@
$ echo 'precommit.importfail = python:importfail.whatever' >> .hg/hgrc
$ echo a >> a
$ hg --traceback commit -ma 2>&1 | egrep '^(exception|Traceback|ImportError)'
$ hg --traceback commit -ma 2>&1 | egrep -v '^( +File| {4}[a-zA-Z(])'
exception from first failed import attempt:
Traceback (most recent call last):
ImportError: No module named somebogusmodule
......@@ -551,6 +551,8 @@
Traceback (most recent call last):
ImportError: No module named hgext_importfail
Traceback (most recent call last):
Abort: precommit.importfail hook is invalid (import of "importfail" failed)
abort: precommit.importfail hook is invalid (import of "importfail" failed)
Issue1827: Hooks Update & Commit not completely post operation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment