##// END OF EJS Templates
py3: ajust abort message in test-hook.t
Denis Laxalde -
r43584:e20bafd6 default
parent child Browse files
Show More
@@ -1113,7 +1113,8 b' test python hook configured with python:'
1113
1113
1114 $ hg id
1114 $ hg id
1115 loading pre-identify.npmd hook failed:
1115 loading pre-identify.npmd hook failed:
1116 abort: No module named repo!
1116 abort: No module named repo! (no-py3 !)
1117 abort: No module named 'repo'! (py3 !)
1117 [255]
1118 [255]
1118
1119
1119 $ cd ../../b
1120 $ cd ../../b
General Comments 0
You need to be logged in to leave comments. Login now