Merge remote-tracking branch 'origin/topic/jsiwek/raw-exec-pgrp'

* origin/topic/jsiwek/raw-exec-pgrp:
  Kill raw input reader's child by process group.

BIT-1081 #merged
This commit is contained in:
Robin Sommer 2013-09-20 14:12:13 -07:00
commit 97cb04aae2
4 changed files with 19 additions and 21891 deletions

View file

@ -65,6 +65,7 @@ test:
test-all: test
test -d aux/broctl && ( cd aux/broctl && make test )
test -d aux/btest && ( cd aux/btest && make test )
configured:
@test -d $(BUILD) || ( echo "Error: No build/ directory found. Did you run configure?" && exit 1 )