tests/test-hook.t
changeset 43290 e20bafd65a96
parent 43077 687b865b95ad
child 43291 a973a75e92bf
equal deleted inserted replaced
43289:8d432d3a2d7c 43290:e20bafd65a96
  1111   abort: $ENOENT$: '$TESTTMP/d/repo/nonexistent.py'
  1111   abort: $ENOENT$: '$TESTTMP/d/repo/nonexistent.py'
  1112   [255]
  1112   [255]
  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
  1120 
  1121 
  1121 make sure --traceback works on hook import failure
  1122 make sure --traceback works on hook import failure