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

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     1 #T gmake skip
     3 CMD = %pycmd asplode_return
     4 PYCOMMANDPATH = $(TESTPATH) $(TESTPATH)/subdir
     6 all:
     7 	$(CMD) 0
     8 	-$(CMD) 1
     9 	$(CMD) None
    10 	-$(CMD) not-an-integer
    11 	@echo TEST-PASS

mercurial