author | Patrick Mezard <pmezard@gmail.com> |
Wed, 16 Dec 2009 13:19:42 +0100 | |
changeset 10080 | 6d4fa274ae75 |
parent 10078 | 97c75ad3b1a0 (current diff) |
parent 10079 | 7f5a71946aaa (diff) |
child 10081 | a5f3f9b1c42a |
--- a/tests/test-hook Tue Dec 15 12:33:04 2009 -0800 +++ b/tests/test-hook Wed Dec 16 13:19:42 2009 +0100 @@ -260,6 +260,6 @@ echo 'precommit.importfail = python:importfail.whatever' >> .hg/hgrc echo a >> a -hg --traceback commit -Ama 2>&1 | grep '^\(exception\|Traceback\|ImportError\)' +hg --traceback commit -Ama 2>&1 | egrep '^(exception|Traceback|ImportError)' exit 0