build/pymake/tests/native-command-raise.mk

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:beebc7919fb6
1 #T gmake skip
2 #T returncode: 2
3 #T grep-for: "Exception: info-exception"
4
5 CMD = %pycmd asplode_raise
6 PYCOMMANDPATH = $(TESTPATH) $(TESTPATH)/subdir
7
8 all:
9 @$(CMD) info-exception

mercurial